Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
Store::~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
67
const StoreOption *Store::GetStoreOption() const {
68
return &impl_->opt;
Callers
nothing calls this directly
Calls
1
Stop
Method · 0.45
Tested by
no test coverage detected