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

Method so

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

Source from the content-addressed store, hash-verified

55 }
56
57 public static File so() {
58 return mkdir(new File(files(), "so"));
59 }
60
61 public static File js() {
62 return mkdir(new File(cache(), "js"));

Callers 1

getPathMethod · 0.95

Calls 2

mkdirMethod · 0.95
filesMethod · 0.95

Tested by

no test coverage detected