Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
s2t
Method · 0.95
buildClickable
Method · 0.95
trans
Method · 0.95
trans
Method · 0.95
trans
Method · 0.95
trans
Method · 0.95
trans
Method · 0.95
trans
Method · 0.95
trans
Method · 0.95
trans
Method · 0.95
trans
Method · 0.95
trans
Method · 0.95
Calls
3
pass
Method · 0.95
convert
Method · 0.95
isEmpty
Method · 0.45
Tested by
no test coverage detected