Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ keyAtBegin
Method
keyAtBegin
fdbclient/include/fdbclient/WriteMap.h:196–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
WriteMapEntry const& nextEntry() const { return finger[endLen - 1]->data; }
195
196
bool keyAtBegin() { return !offset || !entry().stack.size(); }
197
198
Tree tree;
199
Version at;
Callers
4
clear
Method · 0.80
addUnmodifiedAndUnreadableRange
Method · 0.80
addConflictRange
Method · 0.80
clearNoConflict
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected