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

Method isHistory

ZezeJava/ZezeJava/src/main/java/Zeze/Config.java:116–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 }
115
116 public boolean isHistory() {
117 return !history.isEmpty();
118 }
119
120 public @NotNull String getHistory() {
121 return history;

Callers 7

testMainMethod · 0.80
atomicOpenDatabaseMethod · 0.80
finalCommitMethod · 0.80
_check_Method · 0.80
ChangesMethod · 0.80
flushMethod · 0.80
dispatchProtocolMethod · 0.80

Calls 1

isEmptyMethod · 0.65

Tested by 1

testMainMethod · 0.64