Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/TV
/ get
Method
get
catvod/src/main/java/com/github/catvod/Init.java:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
private
WeakReference<Context> context;
10
11
private
static
Init get() {
12
return
Loader.INSTANCE;
13
}
14
15
public
static
void
set(Context context) {
16
get().context =
new
WeakReference<>(context);
Callers
2
set
Method · 0.95
context
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected