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

Method helpers

lib/container.js:204–209  ·  view source on GitHub ↗

* Get all helpers or get a helper by name * * @api * @param {string} [name] * @returns { * }

(name)

Source from the content-addressed store, hash-verified

202 * @returns { * }
203 */
204 static helpers(name) {
205 if (!name) {
206 return container.helpers
207 }
208 return container.helpers[name]
209 }
210
211 /**
212 * Get translation

Callers 15

sessionFunction · 0.80
withinFunction · 0.80
actor.jsFile · 0.80
prepareStepFunction · 0.80
constructorMethod · 0.80
parseMappingsFunction · 0.80
resolveFunction · 0.80
coverage.jsFile · 0.80
aiTrace.jsFile · 0.80
pageInfo.jsFile · 0.80
autoDelay.jsFile · 0.80
isPlaywrightSessionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected