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

Method Service

ZezeJava/ZezeJava/src/main/java/Zeze/Net/Service.java:99–101  ·  view source on GitHub ↗
(@NotNull String name)

Source from the content-addressed store, hash-verified

97 }
98
99 public Service(@NotNull String name) {
100 this(name, null, null);
101 }
102
103 public Service(@NotNull String name, @Nullable Config config) {
104 this(name, null, config);

Callers

nothing calls this directly

Calls 5

initConfigMethod · 0.95
tryStartStatisticLogMethod · 0.95
getConfigMethod · 0.45
getSocketOptionsMethod · 0.45
isNoDatabaseMethod · 0.45

Tested by

no test coverage detected