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

Method empty

src/common/PrioritizedQueue.h:129–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 return (unsigned)size;
128 }
129 bool empty() const {
130 return q.empty();
131 }
132 void remove_by_class(K k, std::list<T> *out) {
133 typename Classes::iterator i = q.find(k);
134 if (i == q.end()) {

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected