MCPcopy Create free account
hub / github.com/oboard/claude-code-rev / onInterrupt

Function onInterrupt

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

Source from the content-addressed store, hash-verified

3940 structuredIO.injectControlResponse(response)
3941 },
3942 onInterrupt() {
3943 abortController?.abort()
3944 },
3945 onSetModel(model) {
3946 const resolved =
3947 model === 'default' ? getDefaultMainLoopModel() : model

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected