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

Method appendLog

ZezeJava/ZezeJava/src/main/java/Zeze/Raft/Raft.java:219–221  ·  view source on GitHub ↗
(Log log, Action2<RaftLog, Boolean> callback)

Source from the content-addressed store, hash-verified

217 }
218
219 public void appendLog(Log log, Action2<RaftLog, Boolean> callback) {
220 appendLog(log, null, callback);
221 }
222
223 public void appendLog(Log log, Serializable result, Action2<RaftLog, Boolean> callback) {
224 if (result != null)

Callers

nothing calls this directly

Calls 3

encodeMethod · 0.95
setRpcResultMethod · 0.80
appendLogMethod · 0.65

Tested by

no test coverage detected