MCPcopy
hub / github.com/codeaashu/claude-code / getLocCounter

Function getLocCounter

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

Source from the content-addressed store, hash-verified

995}
996
997export function getLocCounter(): AttributedCounter | null {
998 return STATE.locCounter
999}
1000
1001export function getPrCounter(): AttributedCounter | null {
1002 return STATE.prCounter

Callers 1

countLinesChangedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected