MCPcopy Create free account
hub / github.com/azimjohn/jprq / find_response_for_request

Function find_response_for_request

cli/debugger/static/script.js:211–213  ·  view source on GitHub ↗
(request_event)

Source from the content-addressed store, hash-verified

209}
210
211const find_response_for_request = (request_event) => {
212 return responses_without_requests.find((response) => response.request_id == request_event.id)
213}
214
215const handleEvent = (e) => {
216 if (e.data === undefined) return;

Callers 1

handleEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected