testHeapBuffer() — netty Function Reference
Architecture documentation for the testHeapBuffer() function in ByteBufAllocatorTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 33101b9b_bfac_ff0c_756b_050c493c3c7b["testHeapBuffer()"] 3cc9daee_2715_234c_b001_1844c82c3337["ByteBufAllocatorTest"] 33101b9b_bfac_ff0c_756b_050c493c3c7b -->|defined in| 3cc9daee_2715_234c_b001_1844c82c3337 3a8ada96_d5ee_61b2_3ae1_b94d9e956155["testHeapBufferMaxCapacity()"] 3a8ada96_d5ee_61b2_3ae1_b94d9e956155 -->|calls| 33101b9b_bfac_ff0c_756b_050c493c3c7b cd24aad1_bd76_cee8_62c4_13f066f87e8c["assertBuffer()"] 33101b9b_bfac_ff0c_756b_050c493c3c7b -->|calls| cd24aad1_bd76_cee8_62c4_13f066f87e8c 4f777ecc_af85_0654_5885_6a706f779e90["defaultMaxCapacity()"] 33101b9b_bfac_ff0c_756b_050c493c3c7b -->|calls| 4f777ecc_af85_0654_5885_6a706f779e90 style 33101b9b_bfac_ff0c_756b_050c493c3c7b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buffer/src/test/java/io/netty/buffer/ByteBufAllocatorTest.java lines 64–68
@Test
public void testHeapBuffer() {
testHeapBuffer(true);
testHeapBuffer(false);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does testHeapBuffer() do?
testHeapBuffer() is a function in the netty codebase, defined in buffer/src/test/java/io/netty/buffer/ByteBufAllocatorTest.java.
Where is testHeapBuffer() defined?
testHeapBuffer() is defined in buffer/src/test/java/io/netty/buffer/ByteBufAllocatorTest.java at line 64.
What does testHeapBuffer() call?
testHeapBuffer() calls 2 function(s): assertBuffer, defaultMaxCapacity.
What calls testHeapBuffer()?
testHeapBuffer() is called by 1 function(s): testHeapBufferMaxCapacity.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free