Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ getTerm
Method
getTerm
ZezeJava/ZezeJavaTest/src/SimpleRaft/Raft.java:214–216 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
212
}
213
214
public
long getTerm() {
215
return
currentTerm;
216
}
217
218
public
long getCommitIndex() {
219
return
commitIndex;
Callers
1
traceInfo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected