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

Method isFolder

app/src/main/java/com/github/catvod/spider/Samba.java:39–41  ·  view source on GitHub ↗
(FileIdBothDirectoryInformation item)

Source from the content-addressed store, hash-verified

37 }
38
39 private boolean isFolder(FileIdBothDirectoryInformation item) {
40 return EnumWithValue.EnumUtils.isSet(item.getFileAttributes(), FileAttributes.FILE_ATTRIBUTE_DIRECTORY);
41 }
42
43 private boolean isFile(FileIdBothDirectoryInformation item) {
44 return !EnumWithValue.EnumUtils.isSet(item.getFileAttributes(), FileAttributes.FILE_ATTRIBUTE_DIRECTORY);

Callers 3

categoryContentMethod · 0.95
getListMethod · 0.95
categoryContentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected