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

Method pass

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

Source from the content-addressed store, hash-verified

27 }
28
29 public static boolean pass() {
30 return !ENABLE;
31 }
32
33 public static String s2t(String text) {
34 return text == null ? null : s2t(pass(), text);

Callers 15

transMethod · 0.95
transMethod · 0.95
transMethod · 0.95
transMethod · 0.95
transMethod · 0.95
transMethod · 0.95
transMethod · 0.95
transMethod · 0.95
transMethod · 0.95
transMethod · 0.95
transMethod · 0.95
transMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected