()
| 1327 | } |
| 1328 | |
| 1329 | export function isSessionPersistenceDisabled(): boolean { |
| 1330 | return STATE.sessionPersistenceDisabled |
| 1331 | } |
| 1332 | |
| 1333 | export function hasExitedPlanModeInSession(): boolean { |
| 1334 | return STATE.hasExitedPlanMode |
no outgoing calls
no test coverage detected