MCPcopy Create free account
hub / github.com/ceph/ceph / empty

Method empty

src/include/filepath.h:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 return bits.size();
97 }
98 bool empty() const { return path.length() == 0 && ino == 0; }
99
100 bool absolute() const { return ino == 1; }
101 bool pure_relative() const { return ino == 0; }

Callers 6

depthMethod · 0.45
filepathClass · 0.45
beginMethod · 0.45
rbeginMethod · 0.45
endMethod · 0.45
rendMethod · 0.45

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected