MCPcopy
hub / github.com/affaan-m/ECC / log

Function log

scripts/hooks/quality-gate.js:47–49  ·  view source on GitHub ↗

* Write a message to stderr for logging. * * @param {string} msg - Message to log

(msg)

Source from the content-addressed store, hash-verified

45 * @param {string} msg - Message to log
46 */
47function log(msg) {
48 process.stderr.write(`${msg}\n`);
49}
50
51/**
52 * Run quality-gate checks for a single file based on its extension.

Callers 15

extractSessionSummaryFunction · 0.70
mainFunction · 0.70
notifyMacOSFunction · 0.70
runFunction · 0.70
cleanupOldCountersFunction · 0.70
mainFunction · 0.70
mainFunction · 0.70
mainFunction · 0.70
mainFunction · 0.70
maybeRunQualityGateFunction · 0.70
getSessionStartModeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected