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