MCPcopy Create free account
hub / github.com/FongMi/TV / jar

Method jar

catvod/src/main/java/com/github/catvod/utils/Path.java:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 public static File jar() {
70 return mkdir(new File(cache(), "jar"));
71 }
72
73 public static File exoCache() {
74 return mkdir(new File(cache(), "exo"));

Callers 3

loadMethod · 0.95
parseJarMethod · 0.95
equalsMethod · 0.95

Calls 3

mkdirMethod · 0.95
cacheMethod · 0.95
md5Method · 0.95

Tested by

no test coverage detected