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

Method py

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

Source from the content-addressed store, hash-verified

63 }
64
65 public static File py() {
66 return mkdir(new File(cache(), "py"));
67 }
68
69 public static File jar() {
70 return mkdir(new File(cache(), "jar"));

Callers 2

downloadMethod · 0.95
spiderMethod · 0.95

Calls 2

mkdirMethod · 0.95
cacheMethod · 0.95

Tested by

no test coverage detected