MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getPrCounter

Function getPrCounter

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

Source from the content-addressed store, hash-verified

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

Callers 1

trackGitOperationsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected