Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ strv
Method
strv
src/common/StackStringStream.h:110–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
std::string_view strv() const {
111
return ssb.strv();
112
}
113
std::string str() const {
114
return std::string(ssb.strv());
115
}
Callers
nothing calls this directly
Calls
1
strv
Method · 0.45
Tested by
no test coverage detected