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

Method GetIndex

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

Source from the content-addressed store, hash-verified

86}
87
88int StoreMeta::GetIndex() const {
89 return impl_->idx;
90}
91
92void StoreMeta::UpdateCrc(uint32_t pre_crc) {
93 if (!impl_->crc)

Callers 5

StoreMetaMethod · 0.80
storemeta.cppFile · 0.80
NextMethod · 0.80
PushBackMethod · 0.80
SizeGTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected