MCPcopy
hub / github.com/codeceptjs/CodeceptJS / started

Method started

lib/container.js:294–299  ·  view source on GitHub ↗

* @param {Function|null} fn * @returns {Promise }

(fn = null)

Source from the content-addressed store, hash-verified

292 * @returns {Promise<void>}
293 */
294 static async started(fn = null) {
295 if (fn) {
296 asyncHelperPromise = asyncHelperPromise.then(fn)
297 }
298 return asyncHelperPromise
299 }
300
301 /**
302 * Share data across worker threads

Callers 14

actor.jsFile · 0.80
runOnceMethod · 0.80
runMethod · 0.80
loadTranslationsFunction · 0.80
constructorMethod · 0.80
definitions.jsFile · 0.80
interactive.jsFile · 0.80
list.jsFile · 0.80
check.jsFile · 0.80
steps.jsFile · 0.80
actor_test.jsFile · 0.80
container_test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected