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

Method StoreMetaQueue

phxqueue/store/storemeta.h:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 StoreMetaQueue();
53 virtual ~StoreMetaQueue();
54 StoreMetaQueue(const StoreMetaQueue &) = delete;
55 StoreMetaQueue &operator=(const StoreMetaQueue &other) = delete;
56
57 bool Next(const StoreMeta &meta, StoreMeta &next_meta, bool &crc_chk_pass);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected