| 217 | * Query builder for the knowledge graph database |
| 218 | */ |
| 219 | export class QueryBuilder { |
| 220 | private db: SqliteDatabase; |
| 221 | |
| 222 | // Project-name tokens (go.mod / package.json / repo dir), normalized. A query |
nothing calls this directly
no outgoing calls
no test coverage detected