()
| 977 | |
| 978 | # Index the repository first (like MCP does) |
| 979 | async def do_index(): |
| 980 | await graph_builder.build_graph_from_path_async( |
| 981 | path_obj, |
| 982 | is_dependency=False, |
| 983 | cgcignore_path=ctx.cgcignore_path, |
| 984 | ) |
| 985 | |
| 986 | asyncio.run(do_index()) |
| 987 | console.print("[green]✓[/green] Initial scan complete") |
no test coverage detected