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

Function plugin

lib/output.js:135–137  ·  view source on GitHub ↗

* Prints plugin message * @param {string} pluginName * @param {string} msg

(pluginName, msg = '')

Source from the content-addressed store, hash-verified

133 * @param {string} msg
134 */
135 plugin(pluginName, msg = '') {
136 output.debug(`<${pluginName}> ${msg}`)
137 },
138
139 /**
140 * Print a step

Callers

nothing calls this directly

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected