MCPcopy 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

prepareStepFunction · 0.80
recordStepFunction · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected