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

Method size

src/include/interval_set.h:423–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421 }
422
423 uint64_t size() const {
424 return _size;
425 }
426
427 void bound_encode(size_t& p) const {
428 denc_traits<Map>::bound_encode(m, p);

Callers 3

num_intervalsMethod · 0.45
intersection_ofMethod · 0.45
subset_ofMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected