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

Function onInterrupt

src/cli/print.ts:3937–3939  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3935 structuredIO.injectControlResponse(response)
3936 },
3937 onInterrupt() {
3938 abortController?.abort()
3939 },
3940 onSetModel(model) {
3941 const resolved =
3942 model === 'default' ? getDefaultMainLoopModel() : model

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected