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