MCPcopy 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

beginPaintMethod · 0.95

Calls 1

freeSpaceMethod · 0.80

Tested by

no test coverage detected