Home / Function/ testCompositeHeapBufferWithCapacity() — netty Function Reference

testCompositeHeapBufferWithCapacity() — netty Function Reference

Architecture documentation for the testCompositeHeapBufferWithCapacity() function in ByteBufAllocatorTest.java from the netty codebase.

Function java Buffer Search calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  a26ebec3_2544_c8e2_43d3_8eaf9fa55a1a["testCompositeHeapBufferWithCapacity()"]
  3cc9daee_2715_234c_b001_1844c82c3337["ByteBufAllocatorTest"]
  a26ebec3_2544_c8e2_43d3_8eaf9fa55a1a -->|defined in| 3cc9daee_2715_234c_b001_1844c82c3337
  108fe524_038a_41b8_008c_7edbf9495917["testCompositeBufferWithCapacity()"]
  108fe524_038a_41b8_008c_7edbf9495917 -->|calls| a26ebec3_2544_c8e2_43d3_8eaf9fa55a1a
  0d6982dd_0371_0b2d_068b_78b5f4f812a3["assertCompositeByteBuf()"]
  a26ebec3_2544_c8e2_43d3_8eaf9fa55a1a -->|calls| 0d6982dd_0371_0b2d_068b_78b5f4f812a3
  style a26ebec3_2544_c8e2_43d3_8eaf9fa55a1a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/test/java/io/netty/buffer/ByteBufAllocatorTest.java lines 166–170

    @Test
    public void testCompositeHeapBufferWithCapacity() {
        testCompositeHeapBufferWithCapacity(true, 8);
        testCompositeHeapBufferWithCapacity(false, 8);
    }

Domain

Subdomains

Frequently Asked Questions

What does testCompositeHeapBufferWithCapacity() do?
testCompositeHeapBufferWithCapacity() is a function in the netty codebase, defined in buffer/src/test/java/io/netty/buffer/ByteBufAllocatorTest.java.
Where is testCompositeHeapBufferWithCapacity() defined?
testCompositeHeapBufferWithCapacity() is defined in buffer/src/test/java/io/netty/buffer/ByteBufAllocatorTest.java at line 166.
What does testCompositeHeapBufferWithCapacity() call?
testCompositeHeapBufferWithCapacity() calls 1 function(s): assertCompositeByteBuf.
What calls testCompositeHeapBufferWithCapacity()?
testCompositeHeapBufferWithCapacity() is called by 1 function(s): testCompositeBufferWithCapacity.

Analyze Your Own Codebase

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

Try Supermodel Free