Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FoundationDB/fdb-document-layer
/ set
Method
set
src/QLContext.actor.cpp:629–631 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
627
}
628
629
void QueryContext::set(StringRef key, ValueRef value) {
630
return self->set(key, value);
631
}
632
633
void QueryContext::clearDescendants() {
634
return self->clearDescendants();
Callers
15
Future<Reference<IReadWriteContext>> insertDocument
Function · 0.45
indexInsertActor
Method · 0.45
replacementActor
Method · 0.45
Future<Void> updateIndexStatus
Function · 0.45
Future<Void> buildIndexEntry
Function · 0.45
Future<Void> scanAndBuildIndex
Function · 0.45
Future<Void> internal_doRenameCollectionIndexesActor
Function · 0.45
statusUpdateActor
Function · 0.45
insertElementRecursive
Function · 0.45
Future<Void> ensureValidObject
Function · 0.45
Future<Void> validateStorageVersion
Function · 0.45
Future<Void> doRenameActor
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected