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

Method getDrive

app/src/main/java/com/github/catvod/spider/AList.java:56–58  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

54 }
55
56 private Drive getDrive(String name) {
57 return drives.get(drives.indexOf(new Drive(name))).check();
58 }
59
60 private String post(Drive drive, String url, String param) {
61 return post(drive, url, param, true);

Callers 3

detailContentMethod · 0.95
getDetailMethod · 0.95
getListMethod · 0.95

Calls 2

checkMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected