MCPcopy 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

StatsWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected