Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-code
/ getGlobalConfigWriteCount
Function
getGlobalConfigWriteCount
src/utils/config.ts:903–905 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
901
let
globalConfigWriteCount = 0
902
903
export
function
getGlobalConfigWriteCount(): number {
904
return
globalConfigWriteCount
905
}
906
907
export
const
CONFIG_WRITE_DISPLAY_THRESHOLD = 20
908
Callers
1
REPL
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected