(cls: typeof import('../index').default | null)
| 21 | // already-imported class here. Never set outside tests. |
| 22 | let loadCodeGraphForTests: typeof import('../index').default | null = null; |
| 23 | export function __setLoadCodeGraphForTests(cls: typeof import('../index').default | null): void { |
| 24 | loadCodeGraphForTests = cls; |
| 25 | } |
| 26 | import { |
| 27 | detectWorktreeIndexMismatch, |
| 28 | worktreeMismatchWarning, |
no outgoing calls
no test coverage detected