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