Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
attachBaseContext
Method · 0.95
Calls
1
get
Method · 0.95
Tested by
no test coverage detected