MCPcopy Create free account
hub / github.com/codeaashu/claude-code / cancelRequest

Function cancelRequest

src/hooks/useReplBridge.tsx:573–575  ·  view source on GitHub ↗
(requestId_2)

Source from the content-addressed store, hash-verified

571 });
572 },
573 cancelRequest(requestId_2) {
574 handle_0.sendControlCancelRequest(requestId_2);
575 },
576 onResponse(requestId_3, handler_0) {
577 pendingPermissionHandlers.set(requestId_3, handler_0);
578 return () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected