MCPcopy
hub / github.com/czlonkowski/n8n-mcp / log

Function log

scripts/test-essentials.ts:27–29  ·  view source on GitHub ↗
(message: string, color: string = colors.reset)

Source from the content-addressed store, hash-verified

25};
26
27function log(message: string, color: string = colors.reset) {
28 console.log(`${color}${message}${colors.reset}`);
29}
30
31function logSection(title: string) {
32 console.log('\n' + '='.repeat(60));

Callers 3

logSectionFunction · 0.70
testNodeEssentialsFunction · 0.70
mainFunction · 0.70

Calls 1

logMethod · 0.45

Tested by

no test coverage detected