MCPcopy 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

onBindViewHolderMethod · 0.95
sortMethod · 0.45
getHostAddressMethod · 0.45

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected