MCPcopy 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

actionMethod · 0.95

Calls 3

getMethod · 0.95
msgMethod · 0.80
stringMethod · 0.45

Tested by

no test coverage detected