MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / createRequestFromFunction

Function createRequestFromFunction

lib/helper/ApiDataFactory.js:441–444  ·  view source on GitHub ↗
(param, data)

Source from the content-addressed store, hash-verified

439export { ApiDataFactory as default }
440
441function createRequestFromFunction(param, data) {
442 if (typeof param !== 'function') return
443 return param(data)
444}

Callers 2

_requestCreateMethod · 0.85
_requestDeleteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected