Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ push_front_dentry
Method
push_front_dentry
src/include/filepath.cc:109–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
void filepath::push_front_dentry(const std::string& s) {
110
bits.insert(bits.begin(), s);
111
rebuild_path();
112
}
113
114
void filepath::append(const filepath& a) {
115
ceph_assert(a.pure_relative());
Callers
1
_getcwd
Method · 0.80
Calls
2
insert
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected