Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/TV
/ getName
Method
getName
catvod/src/main/java/com/github/catvod/bean/Doh.java:63–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
}
62
63
public
String getName() {
64
return
TextUtils.isEmpty(name) ?
""
: name;
65
}
66
67
public
String getUrl() {
68
return
TextUtils.isEmpty(url) ?
""
: url;
Callers
3
onBindViewHolder
Method · 0.95
sort
Method · 0.45
getHostAddress
Method · 0.45
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected