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

Method epg

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

Source from the content-addressed store, hash-verified

83 }
84
85 public static File epg() {
86 return mkdir(new File(cache(), "epg"));
87 }
88
89 public static File jpa() {
90 return mkdir(new File(cache(), "jpa"));

Callers 2

startMethod · 0.95
readGzipMethod · 0.95

Calls 2

mkdirMethod · 0.95
cacheMethod · 0.95

Tested by

no test coverage detected