Home / Function/ doesSetCorrectMinBounds() — netty Function Reference

doesSetCorrectMinBounds() — netty Function Reference

Architecture documentation for the doesSetCorrectMinBounds() function in AdaptiveRecvByteBufAllocatorTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  423a2a76_951e_d63f_81eb_a18638e9ebe1["doesSetCorrectMinBounds()"]
  5011819c_2beb_6635_01ff_c14382c1d5a5["AdaptiveRecvByteBufAllocatorTest"]
  423a2a76_951e_d63f_81eb_a18638e9ebe1 -->|defined in| 5011819c_2beb_6635_01ff_c14382c1d5a5
  1c4fca03_b029_5a21_08c8_7ddda96ef416["allocReadExpected()"]
  423a2a76_951e_d63f_81eb_a18638e9ebe1 -->|calls| 1c4fca03_b029_5a21_08c8_7ddda96ef416
  style 423a2a76_951e_d63f_81eb_a18638e9ebe1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport/src/test/java/io/netty/channel/AdaptiveRecvByteBufAllocatorTest.java lines 112–119

    @Test
    public void doesSetCorrectMinBounds() {
        AdaptiveRecvByteBufAllocator recvByteBufAllocator = new AdaptiveRecvByteBufAllocator(81, 95, 95);
        RecvByteBufAllocator.ExtendedHandle handle =
                (RecvByteBufAllocator.ExtendedHandle) recvByteBufAllocator.newHandle();
        handle.reset(config);
        allocReadExpected(handle, alloc, 81);
    }

Domain

Subdomains

Frequently Asked Questions

What does doesSetCorrectMinBounds() do?
doesSetCorrectMinBounds() is a function in the netty codebase, defined in transport/src/test/java/io/netty/channel/AdaptiveRecvByteBufAllocatorTest.java.
Where is doesSetCorrectMinBounds() defined?
doesSetCorrectMinBounds() is defined in transport/src/test/java/io/netty/channel/AdaptiveRecvByteBufAllocatorTest.java at line 112.
What does doesSetCorrectMinBounds() call?
doesSetCorrectMinBounds() calls 1 function(s): allocReadExpected.

Analyze Your Own Codebase

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

Try Supermodel Free