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

Method ~StoreMeta

phxqueue/store/storemeta.cpp:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47StoreMeta::~StoreMeta() {}
48
49StoreMeta::StoreMeta(const StoreMeta &other) : impl_(new StoreMetaImpl) {
50 impl_->cursor_id = other.impl_->cursor_id;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected