Home / Function/ lost() — netty Function Reference

lost() — netty Function Reference

Architecture documentation for the lost() function in QuicheQuicConnectionStats.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  e00e9dc9_0aa4_f67a_8d43_cffd1a5f73a8["lost()"]
  b1530bca_ed12_23f7_9028_38e555802dbf["QuicheQuicConnectionStats"]
  e00e9dc9_0aa4_f67a_8d43_cffd1a5f73a8 -->|defined in| b1530bca_ed12_23f7_9028_38e555802dbf
  85c28545_3d27_3e86_a013_5a8e3e859261["String()"]
  85c28545_3d27_3e86_a013_5a8e3e859261 -->|calls| e00e9dc9_0aa4_f67a_8d43_cffd1a5f73a8
  style e00e9dc9_0aa4_f67a_8d43_cffd1a5f73a8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicConnectionStats.java lines 38–41

    @Override
    public long lost() {
        return values[2];
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does lost() do?
lost() is a function in the netty codebase, defined in codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicConnectionStats.java.
Where is lost() defined?
lost() is defined in codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicConnectionStats.java at line 38.
What calls lost()?
lost() is called by 1 function(s): String.

Analyze Your Own Codebase

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

Try Supermodel Free