Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onDestroy
Method · 0.95
onDestroy
Method · 0.95
dns
Method · 0.95
responseInterceptor
Method · 0.95
requestInterceptor
Method · 0.95
authInterceptor
Method · 0.95
authenticator
Method · 0.95
selector
Method · 0.95
client
Method · 0.95
player
Method · 0.95
intercept
Method · 0.45
checkAuth
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected