MCPcopy Index your code
hub / github.com/codeaashu/claude-code / notifyChange

Function notifyChange

src/utils/settings/changeDetector.ts:447–450  ·  view source on GitHub ↗
(source: SettingSource)

Source from the content-addressed store, hash-verified

445 * that don't involve file system changes.
446 */
447export function notifyChange(source: SettingSource): void {
448 logForDebugging(`Programmatic settings change notification for ${source}`)
449 fanOut(source)
450}
451
452/**
453 * Reset internal state for testing purposes only.

Callers

nothing calls this directly

Calls 2

logForDebuggingFunction · 0.85
fanOutFunction · 0.85

Tested by

no test coverage detected