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