()
| 1007 | } |
| 1008 | |
| 1009 | export function getCostCounter(): AttributedCounter | null { |
| 1010 | return STATE.costCounter |
| 1011 | } |
| 1012 | |
| 1013 | export function getTokenCounter(): AttributedCounter | null { |
| 1014 | return STATE.tokenCounter |
no outgoing calls
no test coverage detected