Home / Function/ testFieldNameRefForMultipleMatches() — netty Function Reference

testFieldNameRefForMultipleMatches() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/QpackStaticTableTest.java lines 63–67

    @Test
    public void testFieldNameRefForMultipleMatches() {
        int nameIndex = QpackStaticTable.findFieldIndex(":method", "ALLTHETHINGS");
        assertEquals(15, nameIndex ^ QpackStaticTable.MASK_NAME_REF);
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free