MCPcopy 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_transactionMethod · 0.45
get_chunk_txMethod · 0.45
get_synchronizerMethod · 0.45
get_iteratorMethod · 0.45
clear_keyMethod · 0.45
openMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected