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

Method last_instance_id

phxqueue/lock/lockmgr.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 LockDb map;
32 LockDb leveldb;
33 uint64_t last_instance_id() { return last_instance_id_; }
34 uint64_t checkpoint() { return checkpoint_; }
35
36 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected