| 9 | * The main class for the Codepilot application. |
| 10 | */ |
| 11 | export class Codepilot { |
| 12 | private readonly _index: CodeIndex; |
| 13 | private readonly _functions: Map<string, FunctionEntry> = new Map(); |
| 14 |
nothing calls this directly
no outgoing calls
no test coverage detected