Home / Function/ trackForcibly() — netty Function Reference

trackForcibly() — netty Function Reference

Architecture documentation for the trackForcibly() function in LeakPresenceDetector.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  ccf86979_4a86_08f3_73c6_2aa92e40925b["trackForcibly()"]
  c3f8e874_7121_5232_86be_a0f7230a975e["LeakPresenceDetector"]
  ccf86979_4a86_08f3_73c6_2aa92e40925b -->|defined in| c3f8e874_7121_5232_86be_a0f7230a975e
  444ac5fb_0a03_7d35_4d16_8c2ce1672a66["track()"]
  444ac5fb_0a03_7d35_4d16_8c2ce1672a66 -->|calls| ccf86979_4a86_08f3_73c6_2aa92e40925b
  style ccf86979_4a86_08f3_73c6_2aa92e40925b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/main/java/io/netty/util/LeakPresenceDetector.java lines 188–191

    @Override
    public final ResourceLeakTracker<T> trackForcibly(T obj) {
        return new PresenceTracker<>(currentScope());
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does trackForcibly() do?
trackForcibly() is a function in the netty codebase, defined in common/src/main/java/io/netty/util/LeakPresenceDetector.java.
Where is trackForcibly() defined?
trackForcibly() is defined in common/src/main/java/io/netty/util/LeakPresenceDetector.java at line 188.
What calls trackForcibly()?
trackForcibly() is called by 1 function(s): track.

Analyze Your Own Codebase

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

Try Supermodel Free