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

Method getSubs

app/src/main/java/com/github/catvod/spider/WebDAV.java:158–162  ·  view source on GitHub ↗
(List<DavResource> items)

Source from the content-addressed store, hash-verified

156 }
157
158 private List<DavResource> getSubs(List<DavResource> items) {
159 List<DavResource> subs = new ArrayList<>();
160 for (DavResource item : items) if (Util.isSub(item.getName())) subs.add(item);
161 return subs;
162 }
163
164 private String findSubs(Drive drive, DavResource res, List<DavResource> items) {
165 StringBuilder sb = new StringBuilder();

Callers 1

detailContentMethod · 0.95

Calls 2

isSubMethod · 0.95
getNameMethod · 0.45

Tested by

no test coverage detected