Activate plan mode for this run. Caller decides via shouldPlan().
()
| 145 | |
| 146 | /** Activate plan mode for this run. Caller decides via shouldPlan(). */ |
| 147 | activate() { |
| 148 | this.shouldInject = true; |
| 149 | } |
| 150 | |
| 151 | /** Returns true if plan-mode is on but no plan extracted yet. */ |
| 152 | needsPlan() { |
no outgoing calls
no test coverage detected