Home / Function/ check() — netty Function Reference

check() — netty Function Reference

Architecture documentation for the check() function in SocketBufReleaseTest.java from the netty codebase.

Function java Buffer Search called by 1

Entity Profile

Dependency Diagram

graph TD
  ceafdf0c_bf09_ce54_1989_fc1e14f33800["check()"]
  7e7bcffa_1366_f855_41f4_cb373829b03f["BufWriterHandler"]
  ceafdf0c_bf09_ce54_1989_fc1e14f33800 -->|defined in| 7e7bcffa_1366_f855_41f4_cb373829b03f
  e8c502ec_7c4d_7c3d_c83f_408fad44fb48["testBufRelease()"]
  e8c502ec_7c4d_7c3d_c83f_408fad44fb48 -->|calls| ceafdf0c_bf09_ce54_1989_fc1e14f33800
  style ceafdf0c_bf09_ce54_1989_fc1e14f33800 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketBufReleaseTest.java lines 105–108

        public void check() throws InterruptedException {
            latch.await();
            assertEquals(1, buf.refCnt());
        }

Domain

Subdomains

Called By

Frequently Asked Questions

What does check() do?
check() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketBufReleaseTest.java.
Where is check() defined?
check() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketBufReleaseTest.java at line 105.
What calls check()?
check() is called by 1 function(s): testBufRelease.

Analyze Your Own Codebase

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

Try Supermodel Free