Home / Function/ testDirectBuffer() — netty Function Reference

testDirectBuffer() — netty Function Reference

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

Function java Buffer Telemetry calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  7cc65138_a647_ac75_3bd6_27162e809d2d["testDirectBuffer()"]
  3cc9daee_2715_234c_b001_1844c82c3337["ByteBufAllocatorTest"]
  7cc65138_a647_ac75_3bd6_27162e809d2d -->|defined in| 3cc9daee_2715_234c_b001_1844c82c3337
  315f590e_dcf1_dac3_9ec8_d2cbc42ca2db["testDirectBufferMaxCapacity()"]
  315f590e_dcf1_dac3_9ec8_d2cbc42ca2db -->|calls| 7cc65138_a647_ac75_3bd6_27162e809d2d
  cd24aad1_bd76_cee8_62c4_13f066f87e8c["assertBuffer()"]
  7cc65138_a647_ac75_3bd6_27162e809d2d -->|calls| cd24aad1_bd76_cee8_62c4_13f066f87e8c
  4f777ecc_af85_0654_5885_6a706f779e90["defaultMaxCapacity()"]
  7cc65138_a647_ac75_3bd6_27162e809d2d -->|calls| 4f777ecc_af85_0654_5885_6a706f779e90
  style 7cc65138_a647_ac75_3bd6_27162e809d2d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/test/java/io/netty/buffer/ByteBufAllocatorTest.java lines 96–100

    @Test
    public void testDirectBuffer() {
        testDirectBuffer(true);
        testDirectBuffer(false);
    }

Domain

Subdomains

Frequently Asked Questions

What does testDirectBuffer() do?
testDirectBuffer() is a function in the netty codebase, defined in buffer/src/test/java/io/netty/buffer/ByteBufAllocatorTest.java.
Where is testDirectBuffer() defined?
testDirectBuffer() is defined in buffer/src/test/java/io/netty/buffer/ByteBufAllocatorTest.java at line 96.
What does testDirectBuffer() call?
testDirectBuffer() calls 2 function(s): assertBuffer, defaultMaxCapacity.
What calls testDirectBuffer()?
testDirectBuffer() is called by 1 function(s): testDirectBufferMaxCapacity.

Analyze Your Own Codebase

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

Try Supermodel Free