MCPcopy Create free account
hub / github.com/apple/foundationdb / persistTagPoppedKey

Function persistTagPoppedKey

fdbserver/TLogServer.actor.cpp:248–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248static Key persistTagPoppedKey(UID id, Tag tag) {
249 BinaryWriter wr(Unversioned());
250 wr.serializeBytes(persistTagPoppedKeys.begin);
251 wr << id;
252 wr << tag;
253 return wr.toValue();
254}
255
256static Value persistTagPoppedValue(Version popped) {
257 return BinaryWriter::toValue(popped, Unversioned());

Callers 1

updatePersistentPoppedFunction · 0.70

Calls 3

UnversionedFunction · 0.85
serializeBytesMethod · 0.45
toValueMethod · 0.45

Tested by

no test coverage detected