()
| 999 | } |
| 1000 | |
| 1001 | export function getPrCounter(): AttributedCounter | null { |
| 1002 | return STATE.prCounter |
| 1003 | } |
| 1004 | |
| 1005 | export function getCommitCounter(): AttributedCounter | null { |
| 1006 | return STATE.commitCounter |
no outgoing calls
no test coverage detected