Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/CatVodSpider
/ notify
Method
notify
app/src/main/java/com/github/catvod/bean/Result.java:101–103 ·
view source on GitHub ↗
(String msg)
Source
from the content-addressed store, hash-verified
99
}
100
101
public
static
String notify(String msg) {
102
return
Result.get().msg(msg).string();
103
}
104
105
public
static
Result get() {
106
return
new
Result();
Callers
1
action
Method · 0.95
Calls
3
get
Method · 0.95
msg
Method · 0.80
string
Method · 0.45
Tested by
no test coverage detected