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

Function logSection

scripts/test-essentials.ts:31–35  ·  view source on GitHub ↗
(title: string)

Source from the content-addressed store, hash-verified

29}
30
31function logSection(title: string) {
32 console.log('\n' + '='.repeat(60));
33 log(title, colors.bright + colors.cyan);
34 console.log('='.repeat(60));
35}
36
37function formatBytes(bytes: number): string {
38 if (bytes < 1024) return bytes + ' B';

Callers 2

testNodeEssentialsFunction · 0.85
mainFunction · 0.85

Calls 2

logFunction · 0.70
logMethod · 0.45

Tested by

no test coverage detected