MCPcopy Create free account
hub / github.com/Noumena-Network/code / getPrCounter

Function getPrCounter

src/bootstrap/state.ts:1017–1019  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

trackGitOperationsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected