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

Method getErrorsString

ZezeJava/ZezeJava/src/main/java/Zeze/Raft/Test.java:191–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189 }
190
191 private String getErrorsString() {
192 var sb = new StringBuilder();
193 ByteBuffer.BuildString(sb, errors);
194 return sb.toString();
195 }
196
197 private boolean checkCurrentCount(String stepName) {
198 return checkCurrentCount(stepName, true);

Callers 2

checkCurrentCountMethod · 0.95
checkMethod · 0.95

Calls 2

BuildStringMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected