Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ save
Method
save
src/main/java/Client/StatusSelect.java:122–124 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
120
public
int
getItemCount() {
return
statusList == null ? 0 : statusList.size(); }
121
122
private
void
save() {
123
StatusList.getInstance().saveStatusToStorage();
124
}
125
126
127
class
StatusForm
Callers
3
reset
Method · 0.80
setClip
Method · 0.80
cmdOk
Method · 0.80
Calls
2
getInstance
Method · 0.95
saveStatusToStorage
Method · 0.80
Tested by
no test coverage detected