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

Method strv

src/common/StackStringStream.h:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 std::string_view strv() const
52 {
53 return std::string_view(pbase(), pptr() - pbase());
54 }
55
56protected:
57 std::streamsize xsputn(const char *s, std::streamsize n) final

Callers 15

dumpMethod · 0.45
get_attrs_strMethod · 0.45
fixed_u_to_stringFunction · 0.45
fixed_to_stringFunction · 0.45
flushMethod · 0.45
log_entryMethod · 0.45
execute_commandMethod · 0.45
add_valueMethod · 0.45
get_attrs_strMethod · 0.45
get_descMethod · 0.45
strvMethod · 0.45
strMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected