()
| 1305 | } |
| 1306 | |
| 1307 | export function isSessionPersistenceDisabled(): boolean { |
| 1308 | return STATE.sessionPersistenceDisabled |
| 1309 | } |
| 1310 | |
| 1311 | export function hasExitedPlanModeInSession(): boolean { |
| 1312 | return STATE.hasExitedPlanMode |
no outgoing calls
no test coverage detected