Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
881
let
globalConfigWriteCount = 0
882
883
export
function
getGlobalConfigWriteCount(): number {
884
return
globalConfigWriteCount
885
}
886
887
export
const
CONFIG_WRITE_DISPLAY_THRESHOLD = 20
888
Callers
1
REPL
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected