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

Method pure_relative

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

Source from the content-addressed store, hash-verified

99
100 bool absolute() const { return ino == 1; }
101 bool pure_relative() const { return ino == 0; }
102 bool ino_relative() const { return ino > 0; }
103
104 const std::string& operator[](int i) const {

Callers 1

appendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected