Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ getFreeSpace
Method
getFreeSpace
src/main/java/Archive/ArchiveList.java:203–205 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
201
}
202
203
private
int
getFreeSpace() {
204
return
archive.freeSpace();
205
}
206
207
public
boolean doUserKeyAction(
int
command_id) {
208
switch (command_id) {
Callers
1
beginPaint
Method · 0.95
Calls
1
freeSpace
Method · 0.80
Tested by
no test coverage detected