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

Method substring

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

Source from the content-addressed store, hash-verified

50 }
51
52 public static String substring(String text) {
53 return substring(text, 1);
54 }
55
56 public static String substring(String text, int num) {
57 if (text != null && text.length() > num) {

Callers 15

getQueryMethod · 0.95
getValuesMethod · 0.95
setParamsMethod · 0.95
getTypeMethod · 0.80
getUriForFileMethod · 0.80
getFileForUriMethod · 0.80
getExtMethod · 0.80
removeExtMethod · 0.80
initMethod · 0.80
parseDomForUrlMethod · 0.80
categoryContentMethod · 0.80
searchContentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected