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

Method plugins

lib/container.js:162–167  ·  view source on GitHub ↗

* Get all plugins * * @api * @param {string} [name] * @returns { * }

(name)

Source from the content-addressed store, hash-verified

160 * @returns { * }
161 */
162 static plugins(name) {
163 if (!name) {
164 return container.plugins
165 }
166 return container.plugins[name]
167 }
168
169 /**
170 * Get all support objects or get support object by name

Callers 4

constructorMethod · 0.80
printReportFunction · 0.80
check.jsFile · 0.80
container_test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected