Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
delete
Method · 0.95
doResponse
Method · 0.95
extractAssets
Method · 0.45
Calls
3
getPrefers
Method · 0.95
apply
Method · 0.80
edit
Method · 0.45
Tested by
no test coverage detected