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

Method isSub

app/src/main/java/com/github/catvod/utils/Util.java:29–31  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

27 }
28
29 public static boolean isSub(String text) {
30 return SUB.contains(getExt(text).toLowerCase());
31 }
32
33 public static boolean isMedia(String text) {
34 return MEDIA.contains(getExt(text).toLowerCase());

Callers 4

setFileSubMethod · 0.95
getSubsMethod · 0.95
findSubsMethod · 0.95
getSubsMethod · 0.95

Calls 1

getExtMethod · 0.95

Tested by

no test coverage detected