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

Method isStepConfig

lib/step/config.js:24–26  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

22 }
23
24 static isStepConfig(obj) {
25 return obj && (obj instanceof StepConfig || obj.__isStepConfig === true)
26 }
27
28 /**
29 * Set the options for the step.

Callers 2

elementFunction · 0.80
recordStepFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected