()
| 47 | } |
| 48 | |
| 49 | function resolveCodegraphCommand(): string | null { |
| 50 | if (isCommandAvailable('codegraph')) return 'codegraph'; |
| 51 | return resolvePnpmGlobalCommand('codegraph'); |
| 52 | } |
| 53 | |
| 54 | async function ensureCodegraphCli( |
| 55 | projectPath: string, |
no test coverage detected