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

Method getDrive

app/src/main/java/com/github/catvod/spider/Samba.java:35–37  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

33 }
34
35 private Drive getDrive(String name) {
36 return drives.get(drives.indexOf(new Drive(name)));
37 }
38
39 private boolean isFolder(FileIdBothDirectoryInformation item) {
40 return EnumWithValue.EnumUtils.isSet(item.getFileAttributes(), FileAttributes.FILE_ATTRIBUTE_DIRECTORY);

Callers 2

categoryContentMethod · 0.95
detailContentMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected