Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ prefixpath
Method
prefixpath
src/include/filepath.cc:79–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
filepath filepath::prefixpath(int s) const {
80
filepath t(ino);
81
for (int i=0; i<s; i++)
82
t.push_dentry(bits[i]);
83
return t;
84
}
85
86
filepath filepath::postfixpath(int s) const {
87
filepath t;
Callers
1
up
Method · 0.80
Calls
1
push_dentry
Method · 0.45
Tested by
no test coverage detected