MCPcopy 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

901let globalConfigWriteCount = 0
902
903export function getGlobalConfigWriteCount(): number {
904 return globalConfigWriteCount
905}
906
907export const CONFIG_WRITE_DISPLAY_THRESHOLD = 20
908

Callers 1

REPLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected