MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / markInternalWrite

Function markInternalWrite

src/utils/settings/internalWrites.ts:17–19  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

15const timestamps = new Map<string, number>()
16
17export function markInternalWrite(path: string): void {
18 timestamps.set(path, Date.now())
19}
20
21/**
22 * True if `path` was marked within `windowMs`. Consumes the mark on match —

Callers 2

updateSettingsForSourceFunction · 0.85

Calls 2

setMethod · 0.80
nowMethod · 0.80

Tested by

no test coverage detected