Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getContentType
Method · 0.45
getCharset
Method · 0.45
call
Method · 0.45
init
Method · 0.45
categoryContent
Method · 0.45
detailContent
Method · 0.45
playerContent
Method · 0.45
proxy
Method · 0.45
releaseJS
Method · 0.45
initializeJS
Method · 0.45
proxy1
Method · 0.45
proxy2
Method · 0.45
Calls
2
getString
Method · 0.95
getKey
Method · 0.95
Tested by
no test coverage detected