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

Method jpa

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

Source from the content-addressed store, hash-verified

87 }
88
89 public static File jpa() {
90 return mkdir(new File(cache(), "jpa"));
91 }
92
93 public static File thunder() {
94 return mkdir(new File(cache(), "thunder"));

Callers 2

checkMethod · 0.95
P2PClassMethod · 0.95

Calls 2

mkdirMethod · 0.95
cacheMethod · 0.95

Tested by

no test coverage detected