()
| 1355 | } |
| 1356 | |
| 1357 | export function needsPlanModeExitAttachment(): boolean { |
| 1358 | return STATE.needsPlanModeExitAttachment |
| 1359 | } |
| 1360 | |
| 1361 | export function setNeedsPlanModeExitAttachment(value: boolean): void { |
| 1362 | STATE.needsPlanModeExitAttachment = value |
no outgoing calls
no test coverage detected