Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addAndroidDefaultOptions
Method · 0.95
addPreloadOptions
Method · 0.95
Calls
2
mkdir
Method · 0.95
cache
Method · 0.95
Tested by
no test coverage detected