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

Method get

catvod/src/main/java/com/github/catvod/net/OkHttp.java:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 private OkDns dns;
43
44 public static OkHttp get() {
45 return Loader.INSTANCE;
46 }
47
48 public static OkDns dns() {
49 if (get().dns != null) return get().dns;

Callers 13

onDestroyMethod · 0.95
onDestroyMethod · 0.95
dnsMethod · 0.95
responseInterceptorMethod · 0.95
requestInterceptorMethod · 0.95
authInterceptorMethod · 0.95
authenticatorMethod · 0.95
selectorMethod · 0.95
clientMethod · 0.95
playerMethod · 0.95
interceptMethod · 0.45
checkAuthMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected