Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FoundationDB/fdb-document-layer
/ clear
Method
clear
src/QLContext.actor.cpp:637–639 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
635
}
636
637
void QueryContext::clear(StringRef key) {
638
return self->clear(key);
639
}
640
641
void QueryContext::clearRoot() {
642
return self->clearRoot();
Callers
15
__setitem__
Method · 0.45
simplify_and
Method · 0.45
setError
Method · 0.45
Future<Void> updateIndexStatus
Function · 0.45
Future<Void> buildIndexEntry
Function · 0.45
stop
Method · 0.45
pair<int, int>> dropIndexMatching
Method · 0.45
Future<int> internal_doDropIndexesActor
Function · 0.45
reset
Method · 0.45
Future<Reference<UnboundCollectionContext>> assembleCollectionContext
Function · 0.45
execute
Method · 0.45
Future<Void> doRenameActor
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected