MCPcopy Create free account
hub / github.com/Card-Forge/forge / getSleevesCount

Method getSleevesCount

forge-gui-mobile/src/forge/GuiMobile.java:265–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263 }
264
265 @Override
266 public int getSleevesCount() {
267 if (FSkin.isLoaded()) {
268 return FSkin.getSleeves().size();
269 }
270 return 0;
271 }
272
273 @Override
274 public String showFileDialog(final String title, final String defaultDir) {

Callers

nothing calls this directly

Calls 3

isLoadedMethod · 0.95
getSleevesMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected