Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
439
export
{ ApiDataFactory as default }
440
441
function
createRequestFromFunction(param, data) {
442
if
(typeof param !==
'function'
)
return
443
return
param(data)
444
}
Callers
2
_requestCreate
Method · 0.85
_requestDelete
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected