MCPcopy Create free account
hub / github.com/Snapchat/Valdi / KeyValueStoreEntry

Class KeyValueStoreEntry

valdi/src/valdi/runtime/Resources/KeyValueStore.hpp:21–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19class ByteBuffer;
20
21struct KeyValueStoreEntry {
22 uint64_t mutationId;
23 uint64_t expirationDate;
24 uint64_t weight;
25 BytesView data;
26
27 KeyValueStoreEntry(uint64_t mutationId, uint64_t expirationDate, uint64_t weight, const BytesView& data);
28 KeyValueStoreEntry();
29};
30
31class KeyValueStore {
32public:

Callers 3

KeyValueStore.cppFile · 0.85
storeMethod · 0.85
parseEntryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected