Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_Run
Method · 0.45
Calls
2
format
Method · 0.80
parse
Method · 0.65
Tested by
no test coverage detected