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

Function success

lib/output.js:125–128  ·  view source on GitHub ↗

* Print a successful message * @param {string} msg

(msg)

Source from the content-addressed store, hash-verified

123 * @param {string} msg
124 */
125 success(msg) {
126 const _msg = shouldMaskData() ? maskData(msg, getMaskConfig()) : msg
127 print(styles.success(_msg))
128 },
129
130 /**
131 * Prints plugin message

Callers 2

finishFunction · 0.85
finishFunction · 0.85

Calls 4

shouldMaskDataFunction · 0.90
maskDataFunction · 0.90
getMaskConfigFunction · 0.90
printFunction · 0.70

Tested by

no test coverage detected