MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getGlobalConfigWriteCount

Function getGlobalConfigWriteCount

src/utils/config.ts:883–885  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

881let globalConfigWriteCount = 0
882
883export function getGlobalConfigWriteCount(): number {
884 return globalConfigWriteCount
885}
886
887export const CONFIG_WRITE_DISPLAY_THRESHOLD = 20
888

Callers 1

REPLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected