Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ mutationLogPrefix
Method
mutationLogPrefix
fdbclient/FileBackupAgent.actor.cpp:244–244 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
242
}
243
244
Key mutationLogPrefix() { return uidPrefixKey(applyLogKeys.begin, uid); }
245
246
Key applyMutationsMapPrefix() { return uidPrefixKey(applyMutationsKeyVersionMapRange.begin, uid); }
247
Callers
1
RestoreLogDataTaskFunc
Class · 0.45
Calls
1
uidPrefixKey
Function · 0.85
Tested by
no test coverage detected