()
| 1317 | } |
| 1318 | |
| 1319 | export function needsPlanModeExitAttachment(): boolean { |
| 1320 | return STATE.needsPlanModeExitAttachment |
| 1321 | } |
| 1322 | |
| 1323 | export function setNeedsPlanModeExitAttachment(value: boolean): void { |
| 1324 | STATE.needsPlanModeExitAttachment = value |
no outgoing calls
no test coverage detected