| 331 | const WATCH_INTERVAL_MS = process.env.NODE_ENV === 'test' ? 10 : 1000 |
| 332 | |
| 333 | class GitFileWatcher { |
| 334 | private gitDir: string | null = null |
| 335 | private commonDir: string | null = null |
| 336 | private initialized = false |
nothing calls this directly
no outgoing calls
no test coverage detected