Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ empty
Method
empty
src/mon/MonitorDBStore.h:240–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
}
239
240
bool empty() {
241
return (size() == 0);
242
}
243
244
size_t size() const {
245
return ops.size();
Callers
6
apply_transaction
Method · 0.45
get_chunk_tx
Method · 0.45
get_synchronizer
Method · 0.45
get_iterator
Method · 0.45
clear_key
Method · 0.45
open
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected