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

Method init

app/src/main/java/com/github/catvod/spider/Init.java:34–37  ·  view source on GitHub ↗
(Context context)

Source from the content-addressed store, hash-verified

32 }
33
34 public static void init(Context context) {
35 get().app = ((Application) context);
36 Proxy.init();
37 }
38
39 public static void execute(Runnable runnable) {
40 get().executor.execute(runnable);

Callers 1

initSpiderMethod · 0.95

Calls 2

getMethod · 0.95
initMethod · 0.95

Tested by

no test coverage detected