Home / Function/ clearComps() — netty Function Reference

clearComps() — netty Function Reference

Architecture documentation for the clearComps() function in CompositeByteBuf.java from the netty codebase.

Function java Buffer Telemetry calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  6a9a8e52_2d7d_92a5_46bd_3d6ff43152b3["clearComps()"]
  6b8e4d93_5aed_4ff7_ccdd_9c021b0fe7d6["CompositeByteBuf"]
  6a9a8e52_2d7d_92a5_46bd_3d6ff43152b3 -->|defined in| 6b8e4d93_5aed_4ff7_ccdd_9c021b0fe7d6
  e9920c4e_d91d_be1d_34e0_9c0ddc060f5d["CompositeByteBuf()"]
  e9920c4e_d91d_be1d_34e0_9c0ddc060f5d -->|calls| 6a9a8e52_2d7d_92a5_46bd_3d6ff43152b3
  d5b898be_7811_39bd_fcb7_dd60b8ce6ac7["removeCompRange()"]
  6a9a8e52_2d7d_92a5_46bd_3d6ff43152b3 -->|calls| d5b898be_7811_39bd_fcb7_dd60b8ce6ac7
  style 6a9a8e52_2d7d_92a5_46bd_3d6ff43152b3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/CompositeByteBuf.java lines 2334–2336

    private void clearComps() {
        removeCompRange(0, componentCount);
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does clearComps() do?
clearComps() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/CompositeByteBuf.java.
Where is clearComps() defined?
clearComps() is defined in buffer/src/main/java/io/netty/buffer/CompositeByteBuf.java at line 2334.
What does clearComps() call?
clearComps() calls 1 function(s): removeCompRange.
What calls clearComps()?
clearComps() is called by 1 function(s): CompositeByteBuf.

Analyze Your Own Codebase

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

Try Supermodel Free