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

Method size

src/log/Entry.h:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 return cos->strv();
77 }
78 std::size_t size() const override {
79 return cos->strv().size();
80 }
81
82private:
83 CachedStackStringStream cos;

Callers 15

SubsystemMapMethod · 0.45
should_gatherMethod · 0.45
set_log_levelMethod · 0.45
set_gather_levelMethod · 0.45
submit_entryMethod · 0.45
_log_safe_writeMethod · 0.45
_log_stderrMethod · 0.45
_flush_logbufMethod · 0.45
_flushMethod · 0.45
_log_messageMethod · 0.45
EntryMethod · 0.45
ConcreteEntryMethod · 0.45

Calls 1

strvMethod · 0.45

Tested by

no test coverage detected