Home / Function/ hasYear() — netty Function Reference

hasYear() — netty Function Reference

Architecture documentation for the hasYear() function in WorldClockProtocol.java from the netty codebase.

Function java Buffer Telemetry calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  62da8655_5eca_e771_dc3f_e18f766346b5["hasYear()"]
  97830d5b_e8a9_e198_3dc6_06ad84acece5["LocalTime"]
  62da8655_5eca_e771_dc3f_e18f766346b5 -->|defined in| 97830d5b_e8a9_e198_3dc6_06ad84acece5
  f5211b23_6a87_4e0b_85b5_dfc5ba598add["hasYear()"]
  f5211b23_6a87_4e0b_85b5_dfc5ba598add -->|calls| 62da8655_5eca_e771_dc3f_e18f766346b5
  70b624dd_bb4f_373b_d0a4_674ba1631743["isInitialized()"]
  70b624dd_bb4f_373b_d0a4_674ba1631743 -->|calls| 62da8655_5eca_e771_dc3f_e18f766346b5
  f5211b23_6a87_4e0b_85b5_dfc5ba598add["hasYear()"]
  62da8655_5eca_e771_dc3f_e18f766346b5 -->|calls| f5211b23_6a87_4e0b_85b5_dfc5ba598add
  style 62da8655_5eca_e771_dc3f_e18f766346b5 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java lines 1849–1852

    @Override
    public boolean hasYear() {
      return ((bitField0_ & 0x00000001) == 0x00000001);
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does hasYear() do?
hasYear() is a function in the netty codebase, defined in example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java.
Where is hasYear() defined?
hasYear() is defined in example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java at line 1849.
What does hasYear() call?
hasYear() calls 1 function(s): hasYear.
What calls hasYear()?
hasYear() is called by 2 function(s): hasYear, isInitialized.

Analyze Your Own Codebase

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

Try Supermodel Free