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

Method get

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

Source from the content-addressed store, hash-verified

37 }
38
39 private static OkHttp get() {
40 return Loader.INSTANCE;
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();

Callers 5

buildMethod · 0.95
buildRequestMethod · 0.45
getRequestBodyMethod · 0.45
setParamsMethod · 0.45
getLocationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected