Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ getSessionsCount
Method
getSessionsCount
src/main/java/Statistic/Stats.java:61–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
}
60
61
public
int
getSessionsCount(){
62
return
sessions;
63
}
64
65
private
void
loadFromStorage(){
66
DataInputStream inputStream=NvStorage.ReadFileRecord(
"stats"
, 0);
Callers
1
StatsWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected