Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
641
void QueryContext::clearRoot() {
642
return self->clearRoot();
643
}
644
645
Future<Void> QueryContext::commitChanges() {
646
return self->tr->commitChanges(self->prefix.toString());
Callers
2
pair<int, int>> dropIndexMatching
Method · 0.45
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected