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

Method mpv

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

Source from the content-addressed store, hash-verified

79 }
80
81 public static File mpv() {
82 return mkdir(new File(tv(), "mpv"));
83 }
84
85 public static File epg() {
86 return mkdir(new File(cache(), "epg"));

Callers 2

fileMethod · 0.95

Calls 2

mkdirMethod · 0.95
tvMethod · 0.95

Tested by

no test coverage detected