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

Method SetIndex

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

Source from the content-addressed store, hash-verified

82};
83
84void StoreMeta::SetIndex(const int idx) {
85 impl_->idx = idx;
86}
87
88int StoreMeta::GetIndex() const {
89 return impl_->idx;

Callers 1

PushBackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected