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

Method load

ZezeJava/ZezeJava/src/main/java/Zeze/Raft/RaftConfig.java:323–325  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

321 }
322
323 public static @NotNull RaftConfig load() throws Exception {
324 return load("raft.xml");
325 }
326
327 public static @NotNull RaftConfig load(String xmlFile) throws Exception {
328 if (new File(xmlFile).isFile()) {

Callers 9

initMethod · 0.95
RaftMethod · 0.95
_runMethod · 0.95
startRaftMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95

Calls 2

formatMethod · 0.80
parseMethod · 0.65

Tested by 2

_runMethod · 0.76
startRaftMethod · 0.76