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

Method checkVar

app/src/main/java/com/github/catvod/utils/Util.java:69–73  ·  view source on GitHub ↗
(String var)

Source from the content-addressed store, hash-verified

67 }
68
69 private static String checkVar(String var) {
70 if (var.contains("'")) return var.split("'")[1];
71 if (var.contains("\"")) return var.split("\"")[1];
72 return "";
73 }
74
75 public static void copy(String text) {
76 ClipboardManager manager = (ClipboardManager) Init.context().getSystemService(Context.CLIPBOARD_SERVICE);

Callers 1

getVarMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected