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

Class

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected