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

Method isFile

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

Source from the content-addressed store, hash-verified

41 }
42
43 private boolean isFile(FileIdBothDirectoryInformation item) {
44 return !EnumWithValue.EnumUtils.isSet(item.getFileAttributes(), FileAttributes.FILE_ATTRIBUTE_DIRECTORY);
45 }
46
47 @Override
48 public void init(Context context, String extend) {

Callers 5

categoryContentMethod · 0.95
detailContentMethod · 0.95
getListMethod · 0.95
sortMethod · 0.80
createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected