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

Function notifyExpectedEscape

src/utils/computerUse/escHotkey.ts:51–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51export function notifyExpectedEscape(): void {
52 if (!registered) return
53 requireComputerUseSwift().hotkey.notifyExpectedEscape()
54}
55

Callers 2

keyFunction · 0.85
holdKeyFunction · 0.85

Calls 1

requireComputerUseSwiftFunction · 0.85

Tested by

no test coverage detected