Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/TV
/ getLong
Method
getLong
catvod/src/main/java/com/github/catvod/utils/Prefers.java:39–41 ·
view source on GitHub ↗
(String key)
Source
from the content-addressed store, hash-verified
37
}
38
39
public
static
long getLong(String key) {
40
return
getLong(key, 0L);
41
}
42
43
public
static
long getLong(String key, long defaultValue) {
44
try {
Callers
3
getDurationMs
Method · 0.95
getFixedDurationMs
Method · 0.95
getTimeOffsetMs
Method · 0.95
Calls
1
getPrefers
Method · 0.95
Tested by
no test coverage detected