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

Method cancel

app/src/main/java/com/github/catvod/net/OkHttp.java:94–96  ·  view source on GitHub ↗
(String tag)

Source from the content-addressed store, hash-verified

92 }
93
94 public static void cancel(String tag) {
95 cancel(client(), tag);
96 }
97
98 public static void cancel(OkHttpClient client, String tag) {
99 for (Call call : client.dispatcher().queuedCalls()) if (tag.equals(call.request().tag())) call.cancel();

Callers 3

actionMethod · 0.95
destroyMethod · 0.95
makeTextMethod · 0.80

Calls 2

clientMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected