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

Method getDescendants

src/QLContext.actor.cpp:623–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621}
622
623GenFutureStream<KeyValue> QueryContext::getDescendants(StringRef begin,
624 StringRef end,
625 Reference<FlowLock> flowControlLock) {
626 return self->getDescendants(begin, end, flowControlLock);
627}
628
629void QueryContext::set(StringRef key, ValueRef value) {
630 return self->set(key, value);

Callers 8

executeMethod · 0.45
getDescendantsMethod · 0.45
doIndexUpdateActorMethod · 0.45
doIndexUpdateActorMethod · 0.45
getDescendantsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected