Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
StoreMeta::~StoreMeta() {}
48
49
StoreMeta::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