MCPcopy Create free account
hub / github.com/Tencent/phxqueue / Size

Method Size

phxqueue/store/storemeta.cpp:239–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239int StoreMetaQueue::Size() {
240 lock_guard<mutex> lock_guard(impl_->lock);
241
242 return impl_->metas.size();
243}
244
245int StoreMetaQueue::SizeGT(const StoreMeta &meta) {
246 lock_guard<mutex> lock_guard(impl_->lock);

Callers 2

GetBackLogByCursorIDMethod · 0.80
MakeCheckPointMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected