Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ setArguments
Method
setArguments
lib/step/base.js:88–90 ·
view source on GitHub ↗
@param {Array<*>} args
(args)
Source
from the content-addressed store, hash-verified
86
87
/** @param {Array<*>} args */
88
setArguments(args) {
89
this.args = args
90
}
91
92
setActor(actor) {
93
this.actor = actor ||
''
Callers
3
prepareStep
Function · 0.80
recordStep
Function · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected