| 566 | const REMOTE_FLUSH_INTERVAL_MS = 50 |
| 567 | |
| 568 | class Project { |
| 569 | // Minimal cache for current session only (not all sessions) |
| 570 | currentSessionTag: string | undefined |
| 571 | currentSessionTitle: string | undefined |
nothing calls this directly
no outgoing calls
no test coverage detected