()
| 580 | } |
| 581 | |
| 582 | export function getTotalToolDuration(): number { |
| 583 | return STATE.totalToolDuration |
| 584 | } |
| 585 | |
| 586 | export function addToToolDuration(duration: number): void { |
| 587 | STATE.totalToolDuration += duration |
no outgoing calls
no test coverage detected