Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/TV
/ set
Method
set
quickjs/src/main/java/com/fongmi/quickjs/method/Local.java:22–26 ·
view source on GitHub ↗
(String rule, String key, String value)
Source
from the content-addressed store, hash-verified
20
}
21
22
@Keep
23
@JSMethod
24
public
void
set(String rule, String key, String value) {
25
Prefers.put(getKey(rule, key), value);
26
}
27
28
@Keep
29
@JSMethod
Callers
nothing calls this directly
Calls
2
put
Method · 0.95
getKey
Method · 0.95
Tested by
no test coverage detected