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

Function onInterrupt

src/hooks/useReplBridge.tsx:392–394  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

390 onInboundMessage: handleInboundMessage,
391 onPermissionResponse: handlePermissionResponse,
392 onInterrupt() {
393 abortControllerRef.current?.abort();
394 },
395 onSetModel(model) {
396 const resolved = model === 'default' ? null : model ?? null;
397 setMainLoopModelOverride(resolved);

Callers 1

useExitOnCtrlCDFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected