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

Method cancelAll

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

Source from the content-addressed store, hash-verified

101 }
102
103 public static void cancelAll() {
104 cancelAll(client());
105 }
106
107 public static void cancelAll(OkHttpClient client) {
108 client.dispatcher().cancelAll();

Callers

nothing calls this directly

Calls 1

clientMethod · 0.95

Tested by

no test coverage detected