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

Method Load

ZezeJava/ZezeJavaTest/src/GlobalRaft/RaftConfig.java:244–246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242 }
243
244 public static RaftConfig Load() throws Exception {
245 return Load("raft.xml");
246 }
247
248 public static RaftConfig Load(String xmlFile) throws Exception {
249 if (new File(xmlFile).isFile()) {

Callers 1

_RunMethod · 0.45

Calls 2

formatMethod · 0.80
parseMethod · 0.65

Tested by

no test coverage detected