Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/TV
/ jar
Method
jar
catvod/src/main/java/com/github/catvod/utils/Path.java:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
public
static
File jar() {
70
return
mkdir(
new
File(cache(),
"jar"
));
71
}
72
73
public
static
File exoCache() {
74
return
mkdir(
new
File(cache(),
"exo"
));
Callers
3
load
Method · 0.95
parseJar
Method · 0.95
equals
Method · 0.95
Calls
3
mkdir
Method · 0.95
cache
Method · 0.95
md5
Method · 0.95
Tested by
no test coverage detected