MCPcopy Create free account
hub / github.com/ceph/ceph / str

Method str

src/common/StackStringStream.h:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 return ssb.strv();
112 }
113 std::string str() const {
114 return std::string(ssb.strv());
115 }
116
117private:
118 StackStringBuf<SIZE> ssb;

Callers

nothing calls this directly

Calls 1

strvMethod · 0.45

Tested by

no test coverage detected