()
| 596 | } |
| 597 | |
| 598 | export function getTotalToolDuration(): number { |
| 599 | return STATE.totalToolDuration |
| 600 | } |
| 601 | |
| 602 | export function addToToolDuration(duration: number): void { |
| 603 | STATE.totalToolDuration += duration |
no outgoing calls
no test coverage detected