()
| 488 | * originalCwd). See `switchSession()`. |
| 489 | */ |
| 490 | export function getSessionProjectDir(): string | null { |
| 491 | return STATE.sessionProjectDir |
| 492 | } |
| 493 | |
| 494 | export function getOriginalCwd(): string { |
| 495 | return STATE.originalCwd |
no outgoing calls
no test coverage detected