MCPcopy 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

getDurationMsMethod · 0.95
getFixedDurationMsMethod · 0.95
getTimeOffsetMsMethod · 0.95

Calls 1

getPrefersMethod · 0.95

Tested by

no test coverage detected