(value: boolean)
| 1335 | } |
| 1336 | |
| 1337 | export function setHasExitedPlanMode(value: boolean): void { |
| 1338 | STATE.hasExitedPlanMode = value |
| 1339 | } |
| 1340 | |
| 1341 | export function needsPlanModeExitAttachment(): boolean { |
| 1342 | return STATE.needsPlanModeExitAttachment |
no outgoing calls
no test coverage detected