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

Method tv

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

Source from the content-addressed store, hash-verified

35 }
36
37 public static File tv() {
38 return mkdir(new File(root() + File.separator + "TV"));
39 }
40
41 public static File tv(String name) {
42 if (!name.startsWith(".")) name = "." + name;

Callers 1

getCacheMethod · 0.95

Calls 2

mkdirMethod · 0.95
rootMethod · 0.95

Tested by

no test coverage detected