MCPcopy Create free account
hub / github.com/FongMi/CatVodSpider / getType

Method getType

app/src/main/java/com/github/catvod/bean/bili/Data.java:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 }
91
92 public String getType() {
93 return TextUtils.isEmpty(tname) ? "" : tname;
94 }
95
96 public String getPic() {
97 return TextUtils.isEmpty(pic) ? "" : pic;

Callers 12

detailContentMethod · 0.95
filtersMethod · 0.45
arrayFromMethod · 0.45
arrayFromMethod · 0.45
arrayFromMethod · 0.45
arrayFromMethod · 0.45
arrayFromMethod · 0.45
arrayFromMethod · 0.45
arrayFromMethod · 0.45
arrayFromMethod · 0.45
arrayFromMethod · 0.45
arrayFromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected