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

Method string

app/src/main/java/com/github/catvod/bean/Result.java:58–60  ·  view source on GitHub ↗
(List<Class> classes, List<Vod> list, LinkedHashMap<String, List<Filter>> filters)

Source from the content-addressed store, hash-verified

56 }
57
58 public static String string(List<Class> classes, List<Vod> list, LinkedHashMap<String, List<Filter>> filters) {
59 return Result.get().classes(classes).vod(list).filters(filters).string();
60 }
61
62 public static String string(List<Class> classes, List<Vod> list, JSONObject filters) {
63 return Result.get().classes(classes).vod(list).filters(filters).string();

Callers 15

homeContentMethod · 0.95
categoryContentMethod · 0.95
detailContentMethod · 0.95
searchContentMethod · 0.95
homeContentMethod · 0.95
detailContentMethod · 0.95
homeContentMethod · 0.95
categoryContentMethod · 0.95
detailContentMethod · 0.95
searchContentMethod · 0.95
detailContentMethod · 0.95
homeContentMethod · 0.95

Calls 5

getMethod · 0.95
toStringMethod · 0.95
filtersMethod · 0.80
classesMethod · 0.80
vodMethod · 0.45

Tested by

no test coverage detected