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

Method remove

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

Source from the content-addressed store, hash-verified

91 }
92
93 public static void remove(String key) {
94 getPrefers().edit().remove(key).apply();
95 }
96}

Callers 3

deleteMethod · 0.95
doResponseMethod · 0.95
extractAssetsMethod · 0.45

Calls 3

getPrefersMethod · 0.95
applyMethod · 0.80
editMethod · 0.45

Tested by

no test coverage detected