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

Method getDrive

app/src/main/java/com/github/catvod/spider/WebDAV.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)));
58 }
59
60 @Override
61 public void init(Context context, String extend) {

Callers 3

categoryContentMethod · 0.95
detailContentMethod · 0.95
proxyMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected