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

Function persistTagPoppedValue

fdbserver/TLogServer.actor.cpp:256–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256static Value persistTagPoppedValue(Version popped) {
257 return BinaryWriter::toValue(popped, Unversioned());
258}
259
260static Tag decodeTagPoppedKey(KeyRef id, KeyRef key) {
261 Tag s;

Callers 1

updatePersistentPoppedFunction · 0.70

Calls 1

UnversionedFunction · 0.85

Tested by

no test coverage detected