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

Method getKey

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

Source from the content-addressed store, hash-verified

10public class Local {
11
12 private String getKey(String rule, String key) {
13 return "cache_" + (TextUtils.isEmpty(rule) ? "" : rule + "_") + key;
14 }
15
16 @Keep
17 @JSMethod

Callers 4

getMethod · 0.95
setMethod · 0.95
deleteMethod · 0.95
setHeaderMethod · 0.45

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected