()
| 1363 | } |
| 1364 | |
| 1365 | export function needsAutoModeExitAttachment(): boolean { |
| 1366 | return STATE.needsAutoModeExitAttachment |
| 1367 | } |
| 1368 | |
| 1369 | export function setNeedsAutoModeExitAttachment(value: boolean): void { |
| 1370 | STATE.needsAutoModeExitAttachment = value |
no outgoing calls
no test coverage detected