Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/TV
/ tv
Method
tv
catvod/src/main/java/com/github/catvod/utils/Path.java:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
public
static
File tv() {
54
return
mkdir(
new
File(root(),
"TV"
));
55
}
56
57
public
static
File so() {
58
return
mkdir(
new
File(files(),
"so"
));
Callers
5
addAll
Method · 0.95
backup
Method · 0.95
cleanOld
Method · 0.95
addAll
Method · 0.95
mpv
Method · 0.95
Calls
2
mkdir
Method · 0.95
root
Method · 0.95
Tested by
no test coverage detected