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