MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / clearRoot

Method clearRoot

src/QLContext.actor.cpp:584–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

582 virtual void clearDescendants() { layers->clearDescendants(tr, prefix); }
583 virtual void clear(StringRef key) { layers->clear(tr, DataKey(prefix).append(key)); }
584 virtual void clearRoot() { layers->clear(tr, prefix); }
585
586 DataKey prefix;
587 Reference<DocTransaction> tr;

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected