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 3

Entity Profile

Dependency Diagram

graph TD
  f5211b23_6a87_4e0b_85b5_dfc5ba598add["hasYear()"]
  d14d3f3f_ddf6_f864_b1be_5eccb64e18ed["Builder"]
  f5211b23_6a87_4e0b_85b5_dfc5ba598add -->|defined in| d14d3f3f_ddf6_f864_b1be_5eccb64e18ed
  62da8655_5eca_e771_dc3f_e18f766346b5["hasYear()"]
  62da8655_5eca_e771_dc3f_e18f766346b5 -->|calls| f5211b23_6a87_4e0b_85b5_dfc5ba598add
  a776de43_3d12_a869_9e1b_f3001fa85805["Builder()"]
  a776de43_3d12_a869_9e1b_f3001fa85805 -->|calls| f5211b23_6a87_4e0b_85b5_dfc5ba598add
  757e351b_3742_b77d_d4a5_d40f24c165c8["isInitialized()"]
  757e351b_3742_b77d_d4a5_d40f24c165c8 -->|calls| f5211b23_6a87_4e0b_85b5_dfc5ba598add
  62da8655_5eca_e771_dc3f_e18f766346b5["hasYear()"]
  f5211b23_6a87_4e0b_85b5_dfc5ba598add -->|calls| 62da8655_5eca_e771_dc3f_e18f766346b5
  style f5211b23_6a87_4e0b_85b5_dfc5ba598add fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java lines 2374–2377

      @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 2374.
What does hasYear() call?
hasYear() calls 1 function(s): hasYear.
What calls hasYear()?
hasYear() is called by 3 function(s): Builder, hasYear, isInitialized.

Analyze Your Own Codebase

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

Try Supermodel Free