Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/CatVodSpider
/ post
Method
post
app/src/main/java/com/github/catvod/spider/Init.java:43–45 ·
view source on GitHub ↗
(Runnable runnable)
Source
from the content-addressed store, hash-verified
41
}
42
43
public
static
void
post(Runnable runnable) {
44
get().handler.post(runnable);
45
}
46
47
public
static
void
post(Runnable runnable,
int
delay) {
48
get().handler.postDelayed(runnable, delay);
Callers
8
homeContent
Method · 0.95
homeVideoContent
Method · 0.95
categoryContent
Method · 0.95
detailContent
Method · 0.95
playerContent
Method · 0.95
searchContent
Method · 0.95
liveContent
Method · 0.95
show
Method · 0.95
Calls
1
get
Method · 0.95
Tested by
no test coverage detected