Home / Function/ LocalTimes() — netty Function Reference

LocalTimes() — netty Function Reference

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

Function java Buffer Search calls 4 called by 1

Entity Profile

Dependency Diagram

graph TD
  bc855b61_6f26_b505_38e2_49bef53e7d6b["LocalTimes()"]
  f115cb0b_ccb5_0e40_5d1c_6cbaf652c1fd["LocalTimes"]
  bc855b61_6f26_b505_38e2_49bef53e7d6b -->|defined in| f115cb0b_ccb5_0e40_5d1c_6cbaf652c1fd
  3bd01aed_0259_ac52_5417_873d70b96ba8["buildPartial()"]
  3bd01aed_0259_ac52_5417_873d70b96ba8 -->|calls| bc855b61_6f26_b505_38e2_49bef53e7d6b
  22460cd3_c338_5b1c_e882_8b45ee255aac["getDefaultInstanceForType()"]
  bc855b61_6f26_b505_38e2_49bef53e7d6b -->|calls| 22460cd3_c338_5b1c_e882_8b45ee255aac
  f0b74967_70ce_a5a5_1ed7_d1b4c43a4c5c["build()"]
  bc855b61_6f26_b505_38e2_49bef53e7d6b -->|calls| f0b74967_70ce_a5a5_1ed7_d1b4c43a4c5c
  2698b468_42bf_fb10_7a6b_868579464bd9["getUnknownFields()"]
  bc855b61_6f26_b505_38e2_49bef53e7d6b -->|calls| 2698b468_42bf_fb10_7a6b_868579464bd9
  950875e6_066a_a759_49d6_ad7a4afcf74a["initFields()"]
  bc855b61_6f26_b505_38e2_49bef53e7d6b -->|calls| 950875e6_066a_a759_49d6_ad7a4afcf74a
  style bc855b61_6f26_b505_38e2_49bef53e7d6b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java lines 2661–2664

    private LocalTimes(com.google.protobuf.GeneratedMessage.Builder<?> builder) {
      super(builder);
      this.unknownFields = builder.getUnknownFields();
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does LocalTimes() do?
LocalTimes() is a function in the netty codebase, defined in example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java.
Where is LocalTimes() defined?
LocalTimes() is defined in example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java at line 2661.
What does LocalTimes() call?
LocalTimes() calls 4 function(s): build, getDefaultInstanceForType, getUnknownFields, initFields.
What calls LocalTimes()?
LocalTimes() is called by 1 function(s): buildPartial.

Analyze Your Own Codebase

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

Try Supermodel Free