MCPcopy Create free account
hub / github.com/FongMi/CatVodSpider / getInt

Method getInt

app/src/main/java/com/github/catvod/utils/Prefers.java:23–25  ·  view source on GitHub ↗
(String key, int defaultValue)

Source from the content-addressed store, hash-verified

21 }
22
23 public static int getInt(String key, int defaultValue) {
24 return getPrefers().getInt(key, defaultValue);
25 }
26
27 public static int getInt(String key) {
28 return getInt(key, 0);

Callers

nothing calls this directly

Calls 1

getPrefersMethod · 0.95

Tested by

no test coverage detected