()
| 58 | } |
| 59 | |
| 60 | function createEmptyToolCounts(): ToolCounts { |
| 61 | return { |
| 62 | searches: 0, |
| 63 | reads: 0, |
| 64 | writes: 0, |
| 65 | commands: 0, |
| 66 | other: 0, |
| 67 | } |
| 68 | } |
| 69 | |
| 70 | /** |
| 71 | * Generate a summary text for tool counts. |
no outgoing calls
no test coverage detected