()
| 496 | * originalCwd). See `switchSession()`. |
| 497 | */ |
| 498 | export function getSessionProjectDir(): string | null { |
| 499 | return STATE.sessionProjectDir |
| 500 | } |
| 501 | |
| 502 | export function getOriginalCwd(): string { |
| 503 | return STATE.originalCwd |
no outgoing calls
no test coverage detected