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

Function getContainer

lib/mocha/cli.js:27–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25// Lazy container loading to avoid circular dependencies
26let containerPromise = null
27const getContainer = () => {
28 if (!containerPromise) {
29 containerPromise = import('../container.js').then(module => module.default || module)
30 }
31 return containerPromise
32}
33
34class Cli extends Base {
35 constructor(runner, opts) {

Callers 2

constructorMethod · 0.85
resultMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected