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

Function start

lib/recorder.js:46–52  ·  view source on GitHub ↗

* Start recording promises * * @api * @inner

()

Source from the content-addressed store, hash-verified

44 * @inner
45 */
46 start() {
47 debug('Starting recording promises')
48 running = true
49 asyncErr = null
50 errFn = null
51 this.reset()
52 },
53
54 /**
55 * @return {boolean}

Callers

nothing calls this directly

Calls 4

debugFunction · 0.85
currentQueueFunction · 0.85
pushMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected