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