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