MCPcopy Create free account
hub / github.com/Tencent/phxqueue / ~Store

Method ~Store

phxqueue/store/store.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62Store::~Store() {
63 if (impl_->keep_sync_thread) impl_->keep_sync_thread->Stop();
64 if (impl_->keep_master_thread) impl_->keep_master_thread->Stop();
65}
66
67const StoreOption *Store::GetStoreOption() const {
68 return &impl_->opt;

Callers

nothing calls this directly

Calls 1

StopMethod · 0.45

Tested by

no test coverage detected