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

Method cache

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

Source from the content-addressed store, hash-verified

39 }
40
41 public static File cache() {
42 return Init.context().getCacheDir();
43 }
44
45 public static File files() {
46 return Init.context().getFilesDir();

Callers 14

getFileMethod · 0.95
clearCacheMethod · 0.95
getCacheSizeMethod · 0.95
createFileFromUriMethod · 0.95
restoreMethod · 0.95
checkLibraryMethod · 0.95
jsMethod · 0.95
pyMethod · 0.95
jarMethod · 0.95
exoCacheMethod · 0.95
mpvCacheMethod · 0.95
epgMethod · 0.95

Calls 1

contextMethod · 0.95

Tested by

no test coverage detected