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

Function finishHelpers

lib/effects.js:39–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 })
38 }
39 const finishHelpers = () => {
40 Object.keys(helpers).forEach(helper => {
41 if (helpers[helper]._withinEnd) recorder.add(`[${helper}] finish within`, () => helpers[helper]._withinEnd())
42 })
43 }
44
45 if (isAsyncFunction(fn)) {
46 return fn()

Callers 1

withinFunction · 0.85

Calls 2

addMethod · 0.45
_withinEndMethod · 0.45

Tested by

no test coverage detected