MCPcopy
hub / github.com/cubefs/cubefs / IsRegular

Method IsRegular

java/src/main/java/io/cubefs/fs/CfsMount.java:98–101  ·  view source on GitHub ↗
(int mode)

Source from the content-addressed store, hash-verified

96 }
97
98 public boolean IsRegular(int mode) {
99 int result = libcfs.cfs_IsRegular(mode);
100 return result != 0;
101 }
102
103 public int getAttr(String path, CfsLibrary.StatInfo stat) throws FileNotFoundException {
104 int result = libcfs.cfs_getattr(this.cid, path, stat);

Callers 6

deleteFileFilterFunction · 0.80
recursiveScanMethod · 0.80
IsRegularFunction · 0.80
DeleteFileFilterFunction · 0.80
shouldDeleteMethod · 0.80
deleteFileFilterFunction · 0.80

Calls 1

cfs_IsRegularMethod · 0.80

Tested by

no test coverage detected