()
| 7 | /// It helps your LLM understand the structure and semantics of a codebase and grab code |
| 8 | /// context when needed. |
| 9 | /// |
| 10 | /// This CLI starts a CodeIndex peer/server. |
| 11 | fn main() { |
| 12 | welcome(); |
| 13 | |
| 14 | let _ = start_qdrant(); |
nothing calls this directly
no test coverage detected