Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1922
void PlanCheckpoint::addOperation(Future<Void> actors, PromiseStream<Reference<ScanReturnedContext>> output) {
1923
ops.emplace_back(actors, output);
1924
}
1925
1926
int PlanCheckpoint::addScan() {
1927
int s = scansAdded++;
Callers
2
execute
Method · 0.80
execute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected