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

Method drain

src/common/WorkQueue.h:647–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645 _enqueue_front(std::move(item));
646 }
647 void drain() {
648 sharded_pool->drain();
649 }
650
651 };
652

Callers

nothing calls this directly

Calls 1

drainMethod · 0.45

Tested by

no test coverage detected