()
| 1171 | |
| 1172 | # Index the repository first (like MCP does) |
| 1173 | async def do_index(): |
| 1174 | await graph_builder.build_graph_from_path_async( |
| 1175 | path_obj, |
| 1176 | is_dependency=False, |
| 1177 | cgcignore_path=ctx.cgcignore_path, |
| 1178 | ) |
| 1179 | |
| 1180 | asyncio.run(do_index()) |
| 1181 | console.print("[green]✓[/green] Initial scan complete") |
no test coverage detected