testGatheringWritesPartialDirectPooled() — netty Function Reference
Architecture documentation for the testGatheringWritesPartialDirectPooled() function in FixedCompositeByteBufTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 408e8edb_e23f_a3ff_8d17_944b5134e617["testGatheringWritesPartialDirectPooled()"] 0580ab1c_4068_2dfc_70ec_23a7d5440016["FixedCompositeByteBufTest"] 408e8edb_e23f_a3ff_8d17_944b5134e617 -->|defined in| 0580ab1c_4068_2dfc_70ec_23a7d5440016 fb76dea7_b8f0_cfbe_ae2d_1174b7857296["testGatheringWritesPartial()"] 408e8edb_e23f_a3ff_8d17_944b5134e617 -->|calls| fb76dea7_b8f0_cfbe_ae2d_1174b7857296 style 408e8edb_e23f_a3ff_8d17_944b5134e617 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buffer/src/test/java/io/netty/buffer/FixedCompositeByteBufTest.java lines 321–325
@Test
public void testGatheringWritesPartialDirectPooled() throws Exception {
testGatheringWritesPartial(PooledByteBufAllocator.DEFAULT.directBuffer(),
PooledByteBufAllocator.DEFAULT.directBuffer());
}
Domain
Subdomains
Source
Frequently Asked Questions
What does testGatheringWritesPartialDirectPooled() do?
testGatheringWritesPartialDirectPooled() is a function in the netty codebase, defined in buffer/src/test/java/io/netty/buffer/FixedCompositeByteBufTest.java.
Where is testGatheringWritesPartialDirectPooled() defined?
testGatheringWritesPartialDirectPooled() is defined in buffer/src/test/java/io/netty/buffer/FixedCompositeByteBufTest.java at line 321.
What does testGatheringWritesPartialDirectPooled() call?
testGatheringWritesPartialDirectPooled() calls 1 function(s): testGatheringWritesPartial.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free