MCPcopy Index your code
hub / github.com/askcodebase/codeindex / main

Function main

crates/codeindex/src/main.rs:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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.
11fn main() {
12 welcome();
13
14 let _ = start_qdrant();

Callers

nothing calls this directly

Calls 1

process_entriesFunction · 0.85

Tested by

no test coverage detected