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

Method checkpoint

phxqueue/lock/lockmgr.cpp:303–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303uint64_t LockMgr::checkpoint(const GroupVector::size_type paxos_group_id) const {
304 return impl_->groups.at(paxos_group_id).checkpoint();
305}
306
307
308} // namespace lock

Callers 4

InitMethod · 0.45
ExecuteForCheckpointMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected