Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ load
Method
load
ZezeJava/ZezeJava/src/main/java/Zeze/Config.java:488–490 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
486
}
487
488
public
static
@NotNull Config load() {
489
return
load(
"zeze.xml"
);
490
}
491
492
public
static
@NotNull Config load(@NotNull String xmlFile) {
493
return
new
Config().loadAndParse(xmlFile);
Callers
15
bench
Method · 0.95
main
Method · 0.95
main
Method · 0.95
testLogService
Method · 0.95
App
Method · 0.95
testDbh2
Method · 0.95
testBench
Method · 0.95
testCommitServerQueryVerify
Method · 0.95
testFull
Method · 0.95
before
Method · 0.95
_Run
Method · 0.95
SimpleApp
Method · 0.95
Calls
1
loadAndParse
Method · 0.80
Tested by
15
bench
Method · 0.76
main
Method · 0.76
main
Method · 0.76
testLogService
Method · 0.76
App
Method · 0.76
testDbh2
Method · 0.76
testBench
Method · 0.76
testCommitServerQueryVerify
Method · 0.76
testFull
Method · 0.76
before
Method · 0.76
_Run
Method · 0.76
SimpleApp
Method · 0.76