Home / Function/ getLocationOrBuilderList() — netty Function Reference

getLocationOrBuilderList() — netty Function Reference

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

Function java Buffer Search calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  087a8bf6_1324_0ea0_fe2f_f851d18a762b["getLocationOrBuilderList()"]
  d14d3f3f_ddf6_f864_b1be_5eccb64e18ed["Builder"]
  087a8bf6_1324_0ea0_fe2f_f851d18a762b -->|defined in| d14d3f3f_ddf6_f864_b1be_5eccb64e18ed
  80013401_812f_4e29_4feb_4e8ec999c874["getLocationOrBuilderList()"]
  80013401_812f_4e29_4feb_4e8ec999c874 -->|calls| 087a8bf6_1324_0ea0_fe2f_f851d18a762b
  80013401_812f_4e29_4feb_4e8ec999c874["getLocationOrBuilderList()"]
  087a8bf6_1324_0ea0_fe2f_f851d18a762b -->|calls| 80013401_812f_4e29_4feb_4e8ec999c874
  style 087a8bf6_1324_0ea0_fe2f_f851d18a762b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java lines 1578–1586

      @Override
      public java.util.List<? extends io.netty.example.worldclock.WorldClockProtocol.LocationOrBuilder>
           getLocationOrBuilderList() {
        if (locationBuilder_ != null) {
          return locationBuilder_.getMessageOrBuilderList();
        } else {
          return java.util.Collections.unmodifiableList(location_);
        }
      }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free