MCPcopy
hub / github.com/codeceptjs/CodeceptJS / toCode

Method toCode

lib/step/base.js:182–184  ·  view source on GitHub ↗

@return {string}

()

Source from the content-addressed store, hash-verified

180
181 /** @return {string} */
182 toCode() {
183 return `${this.prefix}${this.actor}.${this.title}(${this.humanizeArgs()})${this.suffix}`
184 }
185
186 isMetaStep() {
187 return this.constructor.name === 'MetaStep'

Callers 10

startedFunction · 0.45
failedFunction · 0.45
constructorMethod · 0.45
healStepMethod · 0.45
heal.jsFile · 0.45
serializeErrorFunction · 0.45
serializeTestFunction · 0.45
healStep.jsFile · 0.45
globalTimeout.jsFile · 0.45
steps_test.jsFile · 0.45

Calls 1

humanizeArgsMethod · 0.95

Tested by

no test coverage detected