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

Method getName

ZezeJava/ZezeJava/src/main/java/Zeze/Raft/Raft.java:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 }
88
89 public String getName() {
90 return raftConfig.getName();
91 }
92
93 public String getLeaderId() {
94 return leaderId;

Callers 9

RaftMethod · 0.95
setLeaderReadyMethod · 0.95
processRequestVoteMethod · 0.95
sendRequestVoteMethod · 0.95
processGetLeaderMethod · 0.95

Calls 1

getNameMethod · 0.65

Tested by

no test coverage detected