MCPcopy Create free account
hub / github.com/e2wugui/zeze / getSelectors

Method getSelectors

ZezeJava/ZezeJava/src/main/java/Zeze/Net/Service.java:157–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155 }
156
157 public @NotNull Selectors getSelectors() {
158 return null != selectors ? selectors : Selectors.getInstance();
159 }
160
161 public final @NotNull String getName() {
162 return name;

Callers 4

runMethod · 0.45
DatagramSocketMethod · 0.45
TcpSocketMethod · 0.45
doWriteMethod · 0.45

Calls 1

getInstanceMethod · 0.95

Tested by

no test coverage detected