()
| 450 | } |
| 451 | |
| 452 | export function getParentSessionId(): SessionId | undefined { |
| 453 | return STATE.parentSessionId |
| 454 | } |
| 455 | |
| 456 | /** |
| 457 | * Atomically switch the active session. `sessionId` and `sessionProjectDir` |
nothing calls this directly
no outgoing calls
no test coverage detected