| 137 | * Provides the primary interface for interacting with the code knowledge graph. |
| 138 | */ |
| 139 | export class CodeGraph { |
| 140 | private db: DatabaseConnection; |
| 141 | private queries: QueryBuilder; |
| 142 | private projectRoot: string; |
nothing calls this directly
no outgoing calls
no test coverage detected