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

Method StoreMeta

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

Source from the content-addressed store, hash-verified

38};
39
40StoreMeta::StoreMeta() : impl_(new StoreMetaImpl) {}
41
42
43StoreMeta::StoreMeta(uint64_t cursor_id) : impl_(new StoreMetaImpl) {

Callers

nothing calls this directly

Calls 3

GetIndexMethod · 0.80
GetCrcMethod · 0.80
GetCursorIDMethod · 0.45

Tested by

no test coverage detected