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

Function finalize

lib/effects.js:32–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 })
31
32 const finalize = () => {
33 event.dispatcher.removeListener(event.step.before, defineMetaStep)
34 recorder.add('Finalize session within session', () => {
35 output.stepShift = 1
36 recorder.session.restore('within')
37 })
38 }
39 const finishHelpers = () => {
40 Object.keys(helpers).forEach(helper => {
41 if (helpers[helper]._withinEnd) recorder.add(`[${helper}] finish within`, () => helpers[helper]._withinEnd())

Callers 1

withinFunction · 0.70

Calls 1

addMethod · 0.45

Tested by

no test coverage detected