MCPcopy Create free account
hub / github.com/FongMi/TV / get

Method get

quickjs/src/main/java/com/fongmi/quickjs/method/Local.java:16–20  ·  view source on GitHub ↗
(String rule, String key)

Source from the content-addressed store, hash-verified

14 }
15
16 @Keep
17 @JSMethod
18 public String get(String rule, String key) {
19 return Prefers.getString(getKey(rule, key));
20 }
21
22 @Keep
23 @JSMethod

Callers 12

getContentTypeMethod · 0.45
getCharsetMethod · 0.45
callMethod · 0.45
initMethod · 0.45
categoryContentMethod · 0.45
detailContentMethod · 0.45
playerContentMethod · 0.45
proxyMethod · 0.45
releaseJSMethod · 0.45
initializeJSMethod · 0.45
proxy1Method · 0.45
proxy2Method · 0.45

Calls 2

getStringMethod · 0.95
getKeyMethod · 0.95

Tested by

no test coverage detected