()
| 574 | } |
| 575 | |
| 576 | export function getTotalToolDuration(): number { |
| 577 | return STATE.totalToolDuration |
| 578 | } |
| 579 | |
| 580 | export function addToToolDuration(duration: number): void { |
| 581 | STATE.totalToolDuration += duration |
no outgoing calls
no test coverage detected