MCPcopy Create free account
hub / github.com/FongMi/TV / set

Method set

catvod/src/main/java/com/github/catvod/Init.java:15–17  ·  view source on GitHub ↗
(Context context)

Source from the content-addressed store, hash-verified

13 }
14
15 public static void set(Context context) {
16 get().context = new WeakReference<>(context);
17 }
18
19 public static Context context() {
20 return get().context.get();

Callers 1

attachBaseContextMethod · 0.95

Calls 1

getMethod · 0.95

Tested by

no test coverage detected