Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
256
static Value persistTagPoppedValue(Version popped) {
257
return BinaryWriter::toValue(popped, Unversioned());
258
}
259
260
static Tag decodeTagPoppedKey(KeyRef id, KeyRef key) {
261
Tag s;
Callers
1
updatePersistentPopped
Function · 0.70
Calls
1
Unversioned
Function · 0.85
Tested by
no test coverage detected