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

Method getString

catvod/src/main/java/com/github/catvod/utils/Prefers.java:15–17  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

13 }
14
15 public static String getString(String key) {
16 return getString(key, "");
17 }
18
19 public static String getString(String key, String defaultValue) {
20 try {

Callers 10

getMethod · 0.95
doResponseMethod · 0.95
getDohMethod · 0.95
getUaMethod · 0.95
getKeywordMethod · 0.95
getHotMethod · 0.95
getApiUrlMethod · 0.95
getPeerIdMethod · 0.95
extractAssetMethod · 0.45
loadNativeLibsMethod · 0.45

Calls 1

getPrefersMethod · 0.95

Tested by

no test coverage detected