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

Method Init

app/src/main/java/com/github/catvod/spider/Init.java:25–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 }
24
25 public Init() {
26 this.handler = new Handler(Looper.getMainLooper());
27 this.executor = Executors.newFixedThreadPool(5);
28 }
29
30 public static Application context() {
31 return get().app;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected