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

Function toString

lib/recorder.js:414–416  ·  view source on GitHub ↗

* Get a state of current queue and tasks * @return {string} * @inner

()

Source from the content-addressed store, hash-verified

412 * @inner
413 */
414 toString() {
415 return `Queue: ${currentQueue()}\n\nTasks: ${this.scheduled()}`
416 },
417
418 /**
419 * Get current session ID

Callers

nothing calls this directly

Calls 1

currentQueueFunction · 0.85

Tested by

no test coverage detected