MCPcopy 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

~NotBeforeTestMethod · 0.80
TEST_FFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 2

~NotBeforeTestMethod · 0.64
TEST_FFunction · 0.64