Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/CatVodSpider
/ tv
Method
tv
app/src/main/java/com/github/catvod/utils/Path.java:37–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
public
static
File tv() {
38
return
mkdir(
new
File(root() + File.separator +
"TV"
));
39
}
40
41
public
static
File tv(String name) {
42
if
(!name.startsWith(
"."
)) name =
"."
+ name;
Callers
1
getCache
Method · 0.95
Calls
2
mkdir
Method · 0.95
root
Method · 0.95
Tested by
no test coverage detected