Home / Function/ testFieldNameRefForSingleMatch() — netty Function Reference

testFieldNameRefForSingleMatch() — netty Function Reference

Architecture documentation for the testFieldNameRefForSingleMatch() function in QpackStaticTableTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  15d42835_2a5e_0194_ce91_3828a365d262["testFieldNameRefForSingleMatch()"]
  8270dadf_b1e3_06ff_276f_d66f7d7a1bc7["QpackStaticTableTest"]
  15d42835_2a5e_0194_ce91_3828a365d262 -->|defined in| 8270dadf_b1e3_06ff_276f_d66f7d7a1bc7
  style 15d42835_2a5e_0194_ce91_3828a365d262 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/QpackStaticTableTest.java lines 56–61

    @Test
    public void testFieldNameRefForSingleMatch() {
        // note the value differs from static table ("1" rather than "0")
        int nameIndex = QpackStaticTable.findFieldIndex("age", "1");
        assertEquals(2, nameIndex ^ QpackStaticTable.MASK_NAME_REF);
    }

Domain

Subdomains

Frequently Asked Questions

What does testFieldNameRefForSingleMatch() do?
testFieldNameRefForSingleMatch() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/QpackStaticTableTest.java.
Where is testFieldNameRefForSingleMatch() defined?
testFieldNameRefForSingleMatch() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/QpackStaticTableTest.java at line 56.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free