Home / Function/ testGatheringWritesDirectPooled() — netty Function Reference

testGatheringWritesDirectPooled() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  f3eba438_31d6_cec1_89e9_99afe710766c["testGatheringWritesDirectPooled()"]
  47bc0a20_e243_89ff_132b_99ac6b23835f["AbstractCompositeByteBufTest"]
  f3eba438_31d6_cec1_89e9_99afe710766c -->|defined in| 47bc0a20_e243_89ff_132b_99ac6b23835f
  7c4602f9_51d3_c077_e8fa_496136001df4["testGatheringWrites()"]
  f3eba438_31d6_cec1_89e9_99afe710766c -->|calls| 7c4602f9_51d3_c077_e8fa_496136001df4
  style f3eba438_31d6_cec1_89e9_99afe710766c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/test/java/io/netty/buffer/AbstractCompositeByteBufTest.java lines 845–849

    @Test
    public void testGatheringWritesDirectPooled() throws Exception {
        testGatheringWrites(PooledByteBufAllocator.DEFAULT.directBuffer().order(order),
                PooledByteBufAllocator.DEFAULT.directBuffer().order(order));
    }

Domain

Subdomains

Frequently Asked Questions

What does testGatheringWritesDirectPooled() do?
testGatheringWritesDirectPooled() is a function in the netty codebase, defined in buffer/src/test/java/io/netty/buffer/AbstractCompositeByteBufTest.java.
Where is testGatheringWritesDirectPooled() defined?
testGatheringWritesDirectPooled() is defined in buffer/src/test/java/io/netty/buffer/AbstractCompositeByteBufTest.java at line 845.
What does testGatheringWritesDirectPooled() call?
testGatheringWritesDirectPooled() calls 1 function(s): testGatheringWrites.

Analyze Your Own Codebase

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

Try Supermodel Free