()
| 1003 | } |
| 1004 | |
| 1005 | export function getCommitCounter(): AttributedCounter | null { |
| 1006 | return STATE.commitCounter |
| 1007 | } |
| 1008 | |
| 1009 | export function getCostCounter(): AttributedCounter | null { |
| 1010 | return STATE.costCounter |
no outgoing calls
no test coverage detected