Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
detailContent
Method · 0.95
filters
Method · 0.45
arrayFrom
Method · 0.45
arrayFrom
Method · 0.45
arrayFrom
Method · 0.45
arrayFrom
Method · 0.45
arrayFrom
Method · 0.45
arrayFrom
Method · 0.45
arrayFrom
Method · 0.45
arrayFrom
Method · 0.45
arrayFrom
Method · 0.45
arrayFrom
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected