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

Method GetSize

phxqueue/lock/lockdb.h:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 comm::RetCode Delete(const std::string &k, const bool sync = true);
68
69 inline int GetSize() { return Type::MAP == type_ ? map_.size() : 0; }
70
71 void SeekToFirst();
72 void Next();

Callers 1

CleanLockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected