| 164 | // ============================================================ |
| 165 | |
| 166 | interface ToolUsage { |
| 167 | [toolName: string]: number; |
| 168 | } |
| 169 | |
| 170 | interface BenchmarkResult { |
| 171 | success: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected