Home / Function/ testGatheringWritesPartialHeapPooled() — netty Function Reference

testGatheringWritesPartialHeapPooled() — netty Function Reference

Architecture documentation for the testGatheringWritesPartialHeapPooled() function in AbstractCompositeByteBufTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  4d3df728_9ea0_2217_aa70_90f91a956600["testGatheringWritesPartialHeapPooled()"]
  47bc0a20_e243_89ff_132b_99ac6b23835f["AbstractCompositeByteBufTest"]
  4d3df728_9ea0_2217_aa70_90f91a956600 -->|defined in| 47bc0a20_e243_89ff_132b_99ac6b23835f
  6f9a9242_ca3b_1820_7f3d_1a80eb4b9a27["testGatheringWritesPartial()"]
  4d3df728_9ea0_2217_aa70_90f91a956600 -->|calls| 6f9a9242_ca3b_1820_7f3d_1a80eb4b9a27
  style 4d3df728_9ea0_2217_aa70_90f91a956600 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/test/java/io/netty/buffer/AbstractCompositeByteBufTest.java lines 905–909

    @Test
    public void testGatheringWritesPartialHeapPooled() throws Exception {
        testGatheringWritesPartial(PooledByteBufAllocator.DEFAULT.heapBuffer().order(order),
                PooledByteBufAllocator.DEFAULT.heapBuffer().order(order), false);
    }

Domain

Subdomains

Frequently Asked Questions

What does testGatheringWritesPartialHeapPooled() do?
testGatheringWritesPartialHeapPooled() is a function in the netty codebase, defined in buffer/src/test/java/io/netty/buffer/AbstractCompositeByteBufTest.java.
Where is testGatheringWritesPartialHeapPooled() defined?
testGatheringWritesPartialHeapPooled() is defined in buffer/src/test/java/io/netty/buffer/AbstractCompositeByteBufTest.java at line 905.
What does testGatheringWritesPartialHeapPooled() call?
testGatheringWritesPartialHeapPooled() 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