Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
private:
83
CachedStackStringStream cos;
Callers
15
SubsystemMap
Method · 0.45
should_gather
Method · 0.45
set_log_level
Method · 0.45
set_gather_level
Method · 0.45
submit_entry
Method · 0.45
_log_safe_write
Method · 0.45
_log_stderr
Method · 0.45
_flush_logbuf
Method · 0.45
_flush
Method · 0.45
_log_message
Method · 0.45
Entry
Method · 0.45
ConcreteEntry
Method · 0.45
Calls
1
strv
Method · 0.45
Tested by
no test coverage detected