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

Method s2t

catvod/src/main/java/com/github/catvod/utils/Trans.java:33–35  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

31 }
32
33 public static String s2t(String text) {
34 return text == null ? null : s2t(pass(), text);
35 }
36
37 public static String t2s(String text) {
38 return text == null ? null : t2s(pass(), text);

Callers 15

s2tMethod · 0.95
buildClickableMethod · 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 3

passMethod · 0.95
convertMethod · 0.95
isEmptyMethod · 0.45

Tested by

no test coverage detected