MCPcopy 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

fetchMethod · 0.95
createCtxMethod · 0.95
createObjMethod · 0.95
doResponseMethod · 0.95

Calls 2

readMethod · 0.95
openMethod · 0.95

Tested by

no test coverage detected