Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ freeSpace
Method
freeSpace
src/main/java/Archive/MessageArchive.java:108–113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
}
107
108
public
int
freeSpace(){
109
try {
110
return
rs.getSizeAvailable()/1024;
111
} catch (Exception e) { }
112
return
0;
113
}
114
115
public
void
close(){
116
try {
Callers
1
getFreeSpace
Method · 0.80
Calls
1
getSizeAvailable
Method · 0.65
Tested by
no test coverage detected