Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ setHistory
Method
setHistory
ZezeJava/ZezeJava/src/main/java/Zeze/Config.java:124–126 ·
view source on GitHub ↗
(@Nullable String history)
Source
from the content-addressed store, hash-verified
122
}
123
124
public
void
setHistory(@Nullable String history) {
125
this.history = history != null ? history :
""
;
126
}
127
128
public
int
getProcedureLockWatcherMin() {
129
return
procedureLockWatcherMin;
Callers
1
App
Method · 0.80
Calls
no outgoing calls
Tested by
1
App
Method · 0.64