Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/TV
/ read
Method
read
catvod/src/main/java/com/github/catvod/utils/Asset.java:17–23 ·
view source on GitHub ↗
(String fileName)
Source
from the content-addressed store, hash-verified
15
}
16
17
public
static
String read(String fileName) {
18
try {
19
return
Path.read(open(fileName));
20
} catch (Exception e) {
21
return
""
;
22
}
23
}
24
}
Callers
4
fetch
Method · 0.95
createCtx
Method · 0.95
createObj
Method · 0.95
doResponse
Method · 0.95
Calls
2
read
Method · 0.95
open
Method · 0.95
Tested by
no test coverage detected