verifyLowestPrecedenceStateShouldBeDropped5() — netty Function Reference
Architecture documentation for the verifyLowestPrecedenceStateShouldBeDropped5() function in WeightedFairQueueByteDistributorDependencyTreeTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 1a69a0da_361d_4ab8_3b2d_34800c18d5b7["verifyLowestPrecedenceStateShouldBeDropped5()"] f59fdba5_c411_919e_8d09_ef11c6679e0d["WeightedFairQueueByteDistributorDependencyTreeTest"] 1a69a0da_361d_4ab8_3b2d_34800c18d5b7 -->|defined in| f59fdba5_c411_919e_8d09_ef11c6679e0d 7fd9f674_a3db_2f86_0b71_15955386dcef["lowestPrecedenceStateShouldBeDropped()"] 7fd9f674_a3db_2f86_0b71_15955386dcef -->|calls| 1a69a0da_361d_4ab8_3b2d_34800c18d5b7 style 1a69a0da_361d_4ab8_3b2d_34800c18d5b7 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributorDependencyTreeTest.java lines 379–392
private void verifyLowestPrecedenceStateShouldBeDropped5(short weight7, short weight9, short weight11) {
// Level 0
assertEquals(3, distributor.numChildren(connection.connectionStream().id()));
// Level 1
assertTrue(distributor.isChild(11, connection.connectionStream().id(), weight11));
assertEquals(0, distributor.numChildren(11));
assertTrue(distributor.isChild(7, connection.connectionStream().id(), weight7));
assertEquals(0, distributor.numChildren(7));
assertTrue(distributor.isChild(9, connection.connectionStream().id(), weight9));
assertEquals(0, distributor.numChildren(9));
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does verifyLowestPrecedenceStateShouldBeDropped5() do?
verifyLowestPrecedenceStateShouldBeDropped5() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributorDependencyTreeTest.java.
Where is verifyLowestPrecedenceStateShouldBeDropped5() defined?
verifyLowestPrecedenceStateShouldBeDropped5() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributorDependencyTreeTest.java at line 379.
What calls verifyLowestPrecedenceStateShouldBeDropped5()?
verifyLowestPrecedenceStateShouldBeDropped5() is called by 1 function(s): lowestPrecedenceStateShouldBeDropped.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free