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

Class Loader

app/src/main/java/com/github/catvod/net/OkHttp.java:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 private OkHttpClient client;
34
35 private static class Loader {
36 static volatile OkHttp INSTANCE = new OkHttp();
37 }
38
39 private static OkHttp get() {
40 return Loader.INSTANCE;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected