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

Method main

ZezeJava/ZezeJava/src/main/java/Zeze/Raft/RaftConfig.java:440–443  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

438 }
439
440 public static void main(String[] args) {
441 var conf = RaftConfig.loadFromSortedNames("-127.0.0.1_10004-127.0.0.1_10005-127.0.0.1_10006");
442 System.out.println(conf.getNodes());
443 }
444}

Callers

nothing calls this directly

Calls 2

loadFromSortedNamesMethod · 0.95
getNodesMethod · 0.45

Tested by

no test coverage detected