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

Method clearRoot

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

Source from the content-addressed store, hash-verified

639}
640
641void QueryContext::clearRoot() {
642 return self->clearRoot();
643}
644
645Future<Void> QueryContext::commitChanges() {
646 return self->tr->commitChanges(self->prefix.toString());

Callers 2

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected