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

Function getCommitCounter

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

Source from the content-addressed store, hash-verified

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

Callers 1

trackGitOperationsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected