MCPcopy Create free account
hub / github.com/Noumena-Network/code / sendResponse

Function sendResponse

src/hooks/useReplBridge.tsx:560–572  ·  view source on GitHub ↗
(requestId_1, response)

Source from the content-addressed store, hash-verified

558 });
559 },
560 sendResponse(requestId_1, response) {
561 const payload: Record<string, unknown> = {
562 ...response
563 };
564 handle_0.sendControlResponse({
565 type: 'control_response',
566 response: {
567 subtype: 'success',
568 request_id: requestId_1,
569 response: payload
570 }
571 });
572 },
573 cancelRequest(requestId_2) {
574 handle_0.sendControlCancelRequest(requestId_2);
575 },

Callers

nothing calls this directly

Calls 1

sendControlResponseMethod · 0.80

Tested by

no test coverage detected