Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testMain
Method · 0.80
atomicOpenDatabase
Method · 0.80
finalCommit
Method · 0.80
_check_
Method · 0.80
Changes
Method · 0.80
flush
Method · 0.80
dispatchProtocol
Method · 0.80
Calls
1
isEmpty
Method · 0.65
Tested by
1
testMain
Method · 0.64