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

Method exoCache

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

Source from the content-addressed store, hash-verified

71 }
72
73 public static File exoCache() {
74 return mkdir(new File(cache(), "exo"));
75 }
76
77 public static File mpvCache() {
78 return mkdir(new File(cache(), "mpv"));

Callers 1

getCacheMethod · 0.95

Calls 2

mkdirMethod · 0.95
cacheMethod · 0.95

Tested by

no test coverage detected