Home / Function/ testGatheringWritesPartialDirectPooledSliced() — netty Function Reference

testGatheringWritesPartialDirectPooledSliced() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

buffer/src/test/java/io/netty/buffer/AbstractCompositeByteBufTest.java lines 929–933

    @Test
    public void testGatheringWritesPartialDirectPooledSliced() throws Exception {
        testGatheringWritesPartial(PooledByteBufAllocator.DEFAULT.directBuffer().order(order),
                PooledByteBufAllocator.DEFAULT.directBuffer().order(order), true);
    }

Domain

Subdomains

Frequently Asked Questions

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