Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ total_count
Method
total_count
src/common/not_before_queue.h:385–387 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
383
}
384
385
int total_count() const {
386
return ineligible_queue.size() + eligible_queue.size();
387
}
388
389
int eligible_count() const { return eligible_queue.size(); }
390
};
Callers
2
~NotBeforeTest
Method · 0.80
TEST_F
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
2
~NotBeforeTest
Method · 0.64
TEST_F
Function · 0.64