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

Method newCall

app/src/main/java/com/github/catvod/net/OkHttp.java:43–45  ·  view source on GitHub ↗
(String url, String tag)

Source from the content-addressed store, hash-verified

41 }
42
43 public static Response newCall(String url, String tag) throws IOException {
44 return client().newCall(new Request.Builder().url(url).tag(tag).build()).execute();
45 }
46
47 public static String string(String url) {
48 return string(url, null);

Callers 3

actionMethod · 0.95
executeMethod · 0.80
getLocationMethod · 0.80

Calls 4

clientMethod · 0.95
buildMethod · 0.80
executeMethod · 0.45
urlMethod · 0.45

Tested by

no test coverage detected