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

Class

src/db/queries.ts:191–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 * Query builder for the knowledge graph database
190 */
191export class QueryBuilder {
192 private db: SqliteDatabase;
193
194 // Project-name tokens (go.mod / package.json / repo dir), normalized. A query

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected