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

Method isFailed

lib/workers.js:537–539  ·  view source on GitHub ↗

* @returns {Boolean}

()

Source from the content-addressed store, hash-verified

535 * @returns {Boolean}
536 */
537 isFailed() {
538 return (Container.result().failures.length || this.errors.length) > 0
539 }
540
541 _listenWorkerEvents(worker) {
542 // Track worker thread for pool mode

Callers

nothing calls this directly

Calls 1

resultMethod · 0.45

Tested by

no test coverage detected