MCPcopy
hub / github.com/codeaashu/claude-code / disposeKeybindingWatcher

Function disposeKeybindingWatcher

src/keybindings/loadUserBindings.ts:409–416  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

407 * Clean up the file watcher.
408 */
409export function disposeKeybindingWatcher(): void {
410 disposed = true
411 if (watcher) {
412 void watcher.close()
413 watcher = null
414 }
415 keybindingsChanged.clear()
416}
417
418/**
419 * Subscribe to keybinding changes.

Callers 1

Calls 2

closeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected