()
| 1015 | } |
| 1016 | |
| 1017 | export function getPrCounter(): AttributedCounter | null { |
| 1018 | return STATE.prCounter |
| 1019 | } |
| 1020 | |
| 1021 | export function getCommitCounter(): AttributedCounter | null { |
| 1022 | return STATE.commitCounter |
no outgoing calls
no test coverage detected