Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/TV
/ so
Method
so
catvod/src/main/java/com/github/catvod/utils/Path.java:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
public
static
File so() {
58
return
mkdir(
new
File(files(),
"so"
));
59
}
60
61
public
static
File js() {
62
return
mkdir(
new
File(cache(),
"js"
));
Callers
1
getPath
Method · 0.95
Calls
2
mkdir
Method · 0.95
files
Method · 0.95
Tested by
no test coverage detected