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

Method substring

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

Source from the content-addressed store, hash-verified

101 }
102
103 public static String substring(String text) {
104 return substring(text, 1);
105 }
106
107 public static String substring(String text, int num) {
108 if (text != null && text.length() > num) return text.substring(0, text.length() - num);

Callers 15

execMethod · 0.95
compareTwoStringsFunction · 0.45
BFunction · 0.45
FFunction · 0.45
cheerio.min.jsFile · 0.45
dropParsedChunkMethod · 0.45
lFunction · 0.45
rFunction · 0.45
iFunction · 0.45
BFunction · 0.45
FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected