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

Function createActor

lib/container.js:685–692  ·  view source on GitHub ↗
(actorPath)

Source from the content-addressed store, hash-verified

683}
684
685function createActor(actorPath) {
686 if (container.support.I) return container.support.I
687
688 // Default actor
689 container.support.I = actorFactory({}, Container)
690
691 return container.support.I
692}
693
694async function loadPluginAsync(modulePath, config) {
695 let pluginMod

Callers 1

createMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected