Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
encode
Method · 0.45
operator==
Method · 0.45
set
Method · 0.45
get_pending_state_osds
Method · 0.45
get_num_pg_temp
Method · 0.45
get_num_pg_upmap_primaries
Method · 0.45
get_primary_shard
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected