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

Method get

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

Source from the content-addressed store, hash-verified

617}
618
619Future<Optional<DataValue>> QueryContext::get(StringRef key) {
620 return self->get(key);
621}
622
623GenFutureStream<KeyValue> QueryContext::getDescendants(StringRef begin,
624 StringRef end,

Callers 15

smallest_diff_keyFunction · 0.45
get_subitemMethod · 0.45
get_subitemFunction · 0.45
Future<Void> runQueryFunction · 0.45
indexInsertActorMethod · 0.45
replacementActorMethod · 0.45
insertMethod · 0.45
evaluateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected