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

Method addOperation

src/QLPlan.actor.cpp:1922–1924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1920}
1921
1922void PlanCheckpoint::addOperation(Future<Void> actors, PromiseStream<Reference<ScanReturnedContext>> output) {
1923 ops.emplace_back(actors, output);
1924}
1925
1926int PlanCheckpoint::addScan() {
1927 int s = scansAdded++;

Callers 2

executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected