Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/CatVodSpider
/ Loader
Class
Loader
app/src/main/java/com/github/catvod/spider/Init.java:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
private
Application app;
16
17
private
static
class
Loader {
18
static
volatile Init INSTANCE =
new
Init();
19
}
20
21
public
static
Init get() {
22
return
Loader.INSTANCE;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected