Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/TV
/ jpa
Method
jpa
catvod/src/main/java/com/github/catvod/utils/Path.java:89–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
}
88
89
public
static
File jpa() {
90
return
mkdir(
new
File(cache(),
"jpa"
));
91
}
92
93
public
static
File thunder() {
94
return
mkdir(
new
File(cache(),
"thunder"
));
Callers
2
check
Method · 0.95
P2PClass
Method · 0.95
Calls
2
mkdir
Method · 0.95
cache
Method · 0.95
Tested by
no test coverage detected