Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/TV
/ trans
Method
trans
app/src/main/java/com/fongmi/android/tv/bean/EpgData.java:107–110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
}
106
107
public
void
trans() {
108
if
(Trans.pass())
return
;
109
this.title = Trans.s2t(title);
110
}
111
112
@Override
113
public
boolean equals(@Nullable Object obj) {
Callers
1
getEpgData
Method · 0.95
Calls
2
pass
Method · 0.95
s2t
Method · 0.95
Tested by
no test coverage detected