()
| 1339 | } |
| 1340 | |
| 1341 | export function needsPlanModeExitAttachment(): boolean { |
| 1342 | return STATE.needsPlanModeExitAttachment |
| 1343 | } |
| 1344 | |
| 1345 | export function setNeedsPlanModeExitAttachment(value: boolean): void { |
| 1346 | STATE.needsPlanModeExitAttachment = value |
no outgoing calls
no test coverage detected