| 104 | // ============================================================ |
| 105 | |
| 106 | interface ToolUsage { |
| 107 | [toolName: string]: number; |
| 108 | } |
| 109 | |
| 110 | interface BenchmarkResult { |
| 111 | success: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected