| 8 | } |
| 9 | |
| 10 | export interface CgcTool { |
| 11 | name: string; |
| 12 | description: string; |
| 13 | inputSchema: Record<string, unknown>; |
| 14 | } |
| 15 | |
| 16 | export interface IndexedRepository { |
| 17 | repo_name?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected