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

Function stop

lib/recorder.js:374–378  ·  view source on GitHub ↗

* Stops recording promises * @api * @inner

()

Source from the content-addressed store, hash-verified

372 * @inner
373 */
374 stop() {
375 debug(this.toString())
376 output.log(`${currentQueue()} Stopping recording promises`)
377 running = false
378 },
379
380 /**
381 * Get latest promise in chain.

Callers

nothing calls this directly

Calls 4

debugFunction · 0.85
currentQueueFunction · 0.85
logMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected