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

Method getServiceConf

ZezeJava/ZezeJava/src/main/java/Zeze/Config.java:484–486  ·  view source on GitHub ↗
(@NotNull String name)

Source from the content-addressed store, hash-verified

482 }
483
484 public @Nullable ServiceConf getServiceConf(@NotNull String name) {
485 return getServiceConfMap().get(name);
486 }
487
488 public static @NotNull Config load() {
489 return load("zeze.xml");

Callers 10

mainMethod · 0.80
test2AppMethod · 0.80
startMethod · 0.80
LinkdAppMethod · 0.80
startLastMethod · 0.80
OnzMethod · 0.80
initConfigMethod · 0.80
startMethod · 0.80
startMethod · 0.80
StartMethod · 0.80

Calls 2

getServiceConfMapMethod · 0.95
getMethod · 0.65

Tested by 2

mainMethod · 0.64
test2AppMethod · 0.64