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

Method run

ZezeJava/ZezeJavaTest/src/SimpleRaft/Raft.java:222–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220 }
221
222 public void run() {
223 run(-1);
224 }
225
226 public void run(int maxEvents) {
227 final long curTime = env.getCurTime();

Callers

nothing calls this directly

Calls 9

onProcessMethod · 0.95
getCurTimeMethod · 0.65
recvEventMethod · 0.65
getNameMethod · 0.65
getLogMethod · 0.65
sendEventMethod · 0.65
randomMethod · 0.65
getLogCountMethod · 0.65
traceInfoMethod · 0.65

Tested by

no test coverage detected