MCPcopy 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

clearMethod · 0.80
addConflictRangeMethod · 0.80
clearNoConflictMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected