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

Method cleared

fdbserver/VersionedBTree.actor.cpp:6281–6285  ·  view source on GitHub ↗

Subtree was cleared.

Source from the content-addressed store, hash-verified

6279
6280 // Subtree was cleared.
6281 void cleared() {
6282 inPlaceUpdate = false;
6283 childrenChanged = true;
6284 expectedUpperBound.reset();
6285 }
6286
6287 // Page was updated in-place through edits and written to maybeNewID
6288 void updatedInPlace(BTreeNodeLinkRef maybeNewID, BTreePage* btPage, int capacity) {

Callers 1

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected