Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ StoreSM
Method
StoreSM
phxqueue/store/storesm.cpp:43–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
};
42
43
StoreSM::StoreSM(Store *const store) : impl_(new StoreSMImpl()) {
44
impl_->store = store;
45
}
46
47
StoreSM::~StoreSM() {}
48
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected