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

Function onPermissionResponse

src/cli/print.ts:3931–3936  ·  view source on GitHub ↗
(response)

Source from the content-addressed store, hash-verified

3929 void run()
3930 },
3931 onPermissionResponse(response) {
3932 // Forward bridge permission responses into the
3933 // stdin processing loop so they resolve pending
3934 // permission requests from the SDK consumer.
3935 structuredIO.injectControlResponse(response)
3936 },
3937 onInterrupt() {
3938 abortController?.abort()
3939 },

Callers 2

wireTransportCallbacksFunction · 0.85
handleIngressMessageFunction · 0.85

Calls 1

injectControlResponseMethod · 0.80

Tested by

no test coverage detected