Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ pop_dentry
Method
pop_dentry
src/include/filepath.cc:93–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void filepath::pop_dentry() {
94
if (bits.empty() && path.length() > 0)
95
parse_bits();
96
bits.pop_back();
97
rebuild_path();
98
}
99
100
void filepath::push_dentry(std::string_view s) {
101
if (bits.empty() && path.length() > 0)
Callers
2
mount
Method · 0.80
path_walk
Method · 0.80
Calls
3
empty
Method · 0.45
length
Method · 0.45
pop_back
Method · 0.45
Tested by
no test coverage detected