Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/TV
/ exoCache
Method
exoCache
catvod/src/main/java/com/github/catvod/utils/Path.java:73–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
public
static
File exoCache() {
74
return
mkdir(
new
File(cache(),
"exo"
));
75
}
76
77
public
static
File mpvCache() {
78
return
mkdir(
new
File(cache(),
"mpv"
));
Callers
1
getCache
Method · 0.95
Calls
2
mkdir
Method · 0.95
cache
Method · 0.95
Tested by
no test coverage detected