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

Method mpvCache

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

Source from the content-addressed store, hash-verified

75 }
76
77 public static File mpvCache() {
78 return mkdir(new File(cache(), "mpv"));
79 }
80
81 public static File mpv() {
82 return mkdir(new File(tv(), "mpv"));

Callers 2

addPreloadOptionsMethod · 0.95

Calls 2

mkdirMethod · 0.95
cacheMethod · 0.95

Tested by

no test coverage detected