Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
StoreMeta::StoreMeta() : impl_(new StoreMetaImpl) {}
41
42
43
StoreMeta::StoreMeta(uint64_t cursor_id) : impl_(new StoreMetaImpl) {
Callers
nothing calls this directly
Calls
3
GetIndex
Method · 0.80
GetCrc
Method · 0.80
GetCursorID
Method · 0.45
Tested by
no test coverage detected