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

Method newCall

catvod/src/main/java/com/github/catvod/net/OkHttp.java:124–126  ·  view source on GitHub ↗
(String url)

Source from the content-addressed store, hash-verified

122 }
123
124 public static Call newCall(String url) {
125 return client().newCall(new Request.Builder().url(url).build());
126 }
127
128 public static Call newCall(String url, String tag) {
129 return client().newCall(new Request.Builder().url(url).tag(tag).build());

Callers 15

getHotMethod · 0.95
getSuggestMethod · 0.95
doInBackgroundMethod · 0.95
jsonParseMethod · 0.95
httpMethod · 0.95
getJsonMethod · 0.95
newCallMethod · 0.95
callMethod · 0.95
homeContentMethod · 0.95
fetchPicMethod · 0.95
postMethod · 0.95
findDeviceMethod · 0.95

Calls 7

clientMethod · 0.95
buildUrlMethod · 0.95
tagMethod · 0.80
buildMethod · 0.45
urlMethod · 0.45
headersMethod · 0.45
postMethod · 0.45

Tested by

no test coverage detected