MCPcopy Create free account
hub / github.com/colbymchenry/codegraph /

Class

src/index.ts:139–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 * Provides the primary interface for interacting with the code knowledge graph.
138 */
139export class CodeGraph {
140 private db: DatabaseConnection;
141 private queries: QueryBuilder;
142 private projectRoot: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected