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

Function loadPluginFallback

lib/container.js:712–715  ·  view source on GitHub ↗
(modulePath, config)

Source from the content-addressed store, hash-verified

710}
711
712async function loadPluginFallback(modulePath, config) {
713 // This function is kept for backwards compatibility but now uses dynamic import
714 return await loadPluginAsync(modulePath, config)
715}
716
717async function createPlugins(config, options = {}) {
718 const plugins = {}

Callers

nothing calls this directly

Calls 1

loadPluginAsyncFunction · 0.85

Tested by

no test coverage detected