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

Method toString

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

Source from the content-addressed store, hash-verified

114 }
115
116 @Override
117 public @NotNull String toString() {
118 return "AppendEntries{" + "term=" + term + ", leaderId=" + leaderId + ", prevLogIndex=" + prevLogIndex
119 + ", prevLogTerm=" + prevLogTerm + ", entries=" + Arrays.toString(entries) + ", leaderCommit="
120 + leaderCommit + '}';
121 }
122 }
123
124 private static final class AppendEntriesRe {

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected