Home / Function/ testGatheringWritesPartialMixesPooled() — netty Function Reference

testGatheringWritesPartialMixesPooled() — netty Function Reference

Architecture documentation for the testGatheringWritesPartialMixesPooled() function in FixedCompositeByteBufTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  a2f45c29_e2b3_f46f_4a49_c0ff66d7a397["testGatheringWritesPartialMixesPooled()"]
  0580ab1c_4068_2dfc_70ec_23a7d5440016["FixedCompositeByteBufTest"]
  a2f45c29_e2b3_f46f_4a49_c0ff66d7a397 -->|defined in| 0580ab1c_4068_2dfc_70ec_23a7d5440016
  fb76dea7_b8f0_cfbe_ae2d_1174b7857296["testGatheringWritesPartial()"]
  a2f45c29_e2b3_f46f_4a49_c0ff66d7a397 -->|calls| fb76dea7_b8f0_cfbe_ae2d_1174b7857296
  style a2f45c29_e2b3_f46f_4a49_c0ff66d7a397 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/test/java/io/netty/buffer/FixedCompositeByteBufTest.java lines 327–331

    @Test
    public void testGatheringWritesPartialMixesPooled() throws Exception {
        testGatheringWritesPartial(PooledByteBufAllocator.DEFAULT.heapBuffer(),
                PooledByteBufAllocator.DEFAULT.directBuffer());
    }

Domain

Subdomains

Frequently Asked Questions

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