MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / notifyExpectedEscape

Function notifyExpectedEscape

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

Source from the content-addressed store, hash-verified

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

Callers 2

keyFunction · 0.85
holdKeyFunction · 0.85

Calls 1

requireComputerUseSwiftFunction · 0.85

Tested by

no test coverage detected