MCPcopy Create free account
hub / github.com/FongMi/TV / context

Method context

catvod/src/main/java/com/github/catvod/Init.java:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 }
18
19 public static Context context() {
20 return get().context.get();
21 }
22
23 private static class Loader {
24 static volatile Init INSTANCE = new Init();

Callers 8

PlatformMethod · 0.95
runMethod · 0.95
XLDownloadManagerMethod · 0.95
openMethod · 0.95
cacheMethod · 0.95
filesMethod · 0.95
getPrefersMethod · 0.95
getWifiAddressMethod · 0.95

Calls 1

getMethod · 0.95

Tested by

no test coverage detected