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

Method tv

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

Source from the content-addressed store, hash-verified

51 }
52
53 public static File tv() {
54 return mkdir(new File(root(), "TV"));
55 }
56
57 public static File so() {
58 return mkdir(new File(files(), "so"));

Callers 5

addAllMethod · 0.95
backupMethod · 0.95
cleanOldMethod · 0.95
addAllMethod · 0.95
mpvMethod · 0.95

Calls 2

mkdirMethod · 0.95
rootMethod · 0.95

Tested by

no test coverage detected