Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/CatVodSpider
/ vod
Method
vod
app/src/main/java/com/github/catvod/bean/Result.java:114–117 ·
view source on GitHub ↗
(List<Vod> list)
Source
from the content-addressed store, hash-verified
112
}
113
114
public
Result vod(List<Vod> list) {
115
this.list = list;
116
return
this;
117
}
118
119
public
Result vod(Vod item) {
120
this.list = Arrays.asList(item);
Callers
2
string
Method · 0.45
error
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected