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

Method size

src/osd/OSDMap.h:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 return iterator(map.find(pgid), map.end());
231 }
232 size_t size() const {
233 return map.size();
234 }
235 size_t count(pg_t pgid) const {
236 return map.count(pgid);
237 }

Callers 7

encodeMethod · 0.45
operator==Method · 0.45
setMethod · 0.45
get_num_pg_tempMethod · 0.45
get_primary_shardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected