Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ start
Method
start
ZezeJava/ZezeJava/src/main/java/Zeze/Arch/LoadBase.java:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
public
final
void
start() {
43
start(getLoadConfig().getDigestionDelayExSeconds());
44
}
45
46
public
final
void
start(
int
delaySeconds) {
47
timeoutDelaySeconds = delaySeconds;
Callers
1
onTimerTask
Method · 0.95
Calls
4
getLoadConfig
Method · 0.95
scheduleUnsafe
Method · 0.95
getDigestionDelayExSeconds
Method · 0.80
cancel
Method · 0.65
Tested by
no test coverage detected