(value: boolean)
| 1351 | } |
| 1352 | |
| 1353 | export function setHasExitedPlanMode(value: boolean): void { |
| 1354 | STATE.hasExitedPlanMode = value |
| 1355 | } |
| 1356 | |
| 1357 | export function needsPlanModeExitAttachment(): boolean { |
| 1358 | return STATE.needsPlanModeExitAttachment |
no outgoing calls
no test coverage detected