MCPcopy
hub / github.com/pqina/filepond / createResponse

Function createResponse

src/js/utils/createResponse.js:1–6  ·  view source on GitHub ↗
(type, code, body, headers)

Source from the content-addressed store, hash-verified

1export const createResponse = (type, code, body, headers) => ({
2 type,
3 code,
4 body,
5 headers
6});

Callers 11

createTimeoutResponseFunction · 0.90
getItemByQueryFromStateFunction · 0.90
actionsFunction · 0.90
requestTransferIdFunction · 0.90
requestTransferOffsetFunction · 0.90
processChunkFunction · 0.90
fetchBlobFunction · 0.90
createFetchFunctionFunction · 0.90
createRevertFunctionFunction · 0.90
exceedsMaxFilesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected