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

Method Store

phxqueue/store/store.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55};
56
57Store::Store(const StoreOption &opt) : impl_(new StoreImpl()) {
58 assert(impl_);
59 impl_->opt = opt;
60}
61
62Store::~Store() {
63 if (impl_->keep_sync_thread) impl_->keep_sync_thread->Stop();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected