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

Class

src/graph/queries.ts:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 * Graph query manager for complex queries
13 */
14export class GraphQueryManager {
15 private queries: QueryBuilder;
16 private traverser: GraphTraverser;
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected