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