()
| 1023 | } |
| 1024 | |
| 1025 | export function getCostCounter(): AttributedCounter | null { |
| 1026 | return STATE.costCounter |
| 1027 | } |
| 1028 | |
| 1029 | export function getTokenCounter(): AttributedCounter | null { |
| 1030 | return STATE.tokenCounter |
no outgoing calls
no test coverage detected