MCPcopy
hub / github.com/nock/nock / continueWithFullResponse

Function continueWithFullResponse

lib/playback_interceptor.js:206–210  ·  view source on GitHub ↗
(fullReplyResult)

Source from the content-addressed store, hash-verified

204 return continueWithResponseBody(responseBody)
205
206 function continueWithFullResponse(fullReplyResult) {
207 const [status, responseBody, rawHeaders] =
208 parseFullReplyResult(fullReplyResult)
209 return continueWithResponseBody(responseBody, status, rawHeaders)
210 }
211
212 async function prepareResponseHeaders(body, responseHeaders) {
213 const defaultHeaders = [...interceptor.scope._defaultReplyHeaders]

Callers

nothing calls this directly

Calls 2

parseFullReplyResultFunction · 0.85
continueWithResponseBodyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…