Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
void StoreMeta::SetIndex(const int idx) {
85
impl_->idx = idx;
86
}
87
88
int StoreMeta::GetIndex() const {
89
return impl_->idx;
Callers
1
PushBack
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected