()
| 989 | } |
| 990 | |
| 991 | export function getCostCounter(): AttributedCounter | null { |
| 992 | return STATE.costCounter |
| 993 | } |
| 994 | |
| 995 | export function getTokenCounter(): AttributedCounter | null { |
| 996 | return STATE.tokenCounter |
no outgoing calls
no test coverage detected