testGatheringWritesPartialHeapPooledSliced() — netty Function Reference
Architecture documentation for the testGatheringWritesPartialHeapPooledSliced() function in AbstractCompositeByteBufTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD ae96ccf3_b16c_ff62_920e_fb71bf4ab609["testGatheringWritesPartialHeapPooledSliced()"] 47bc0a20_e243_89ff_132b_99ac6b23835f["AbstractCompositeByteBufTest"] ae96ccf3_b16c_ff62_920e_fb71bf4ab609 -->|defined in| 47bc0a20_e243_89ff_132b_99ac6b23835f 6f9a9242_ca3b_1820_7f3d_1a80eb4b9a27["testGatheringWritesPartial()"] ae96ccf3_b16c_ff62_920e_fb71bf4ab609 -->|calls| 6f9a9242_ca3b_1820_7f3d_1a80eb4b9a27 style ae96ccf3_b16c_ff62_920e_fb71bf4ab609 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buffer/src/test/java/io/netty/buffer/AbstractCompositeByteBufTest.java lines 923–927
@Test
public void testGatheringWritesPartialHeapPooledSliced() throws Exception {
testGatheringWritesPartial(PooledByteBufAllocator.DEFAULT.heapBuffer().order(order),
PooledByteBufAllocator.DEFAULT.heapBuffer().order(order), true);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does testGatheringWritesPartialHeapPooledSliced() do?
testGatheringWritesPartialHeapPooledSliced() is a function in the netty codebase, defined in buffer/src/test/java/io/netty/buffer/AbstractCompositeByteBufTest.java.
Where is testGatheringWritesPartialHeapPooledSliced() defined?
testGatheringWritesPartialHeapPooledSliced() is defined in buffer/src/test/java/io/netty/buffer/AbstractCompositeByteBufTest.java at line 923.
What does testGatheringWritesPartialHeapPooledSliced() call?
testGatheringWritesPartialHeapPooledSliced() 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