Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
depth
Method · 0.45
filepath
Class · 0.45
begin
Method · 0.45
rbegin
Method · 0.45
end
Method · 0.45
rend
Method · 0.45
Calls
1
length
Method · 0.45
Tested by
no test coverage detected