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

Method PlanCheckpoint

src/QLPlan.actor.cpp:1819–1820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1817// ******** PlanCheckpoint implementation **************
1818
1819PlanCheckpoint::PlanCheckpoint()
1820 : boundsWanted(false), scansAdded(0), stateAdded(0), flowControlLock(DOCLAYER_KNOBS->FLOW_CONTROL_LOCK_PERMITS) {}
1821
1822/*
1823 Overview

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected