Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/TV
/ getBoolean
Method
getBoolean
catvod/src/main/java/com/github/catvod/utils/Prefers.java:63–65 ·
view source on GitHub ↗
(String key)
Source
from the content-addressed store, hash-verified
61
}
62
63
public
static
boolean getBoolean(String key) {
64
return
getBoolean(key, false);
65
}
66
67
public
static
boolean getBoolean(String key, boolean defaultValue) {
68
try {
Callers
15
homeContent
Method · 0.95
isMpvGpuNext
Method · 0.95
isMpvVulkan
Method · 0.95
isTunnel
Method · 0.95
isCaption
Method · 0.95
isAudioPassThrough
Method · 0.95
isAudioPrefer
Method · 0.95
isVideoPrefer
Method · 0.95
isPreferAAC
Method · 0.95
isDv7HevcFallback
Method · 0.95
isIncognito
Method · 0.95
getUpdate
Method · 0.95
Calls
1
getPrefers
Method · 0.95
Tested by
no test coverage detected