| 1817 | // ******** PlanCheckpoint implementation ************** |
| 1818 | |
| 1819 | PlanCheckpoint::PlanCheckpoint() |
| 1820 | : boundsWanted(false), scansAdded(0), stateAdded(0), flowControlLock(DOCLAYER_KNOBS->FLOW_CONTROL_LOCK_PERMITS) {} |
| 1821 | |
| 1822 | /* |
| 1823 | Overview |
nothing calls this directly
no outgoing calls
no test coverage detected