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

Method getCurrentVersion

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

Source from the content-addressed store, hash-verified

66 }
67
68 @Override
69 public String getCurrentVersion() {
70 return Forge.getDeviceAdapter().getVersionString();
71 }
72
73 @Override
74 public String getAssetsDir() {

Callers

nothing calls this directly

Calls 2

getDeviceAdapterMethod · 0.95
getVersionStringMethod · 0.65

Tested by

no test coverage detected