MCPcopy Create free account
hub / github.com/Maccoder3/MAC-MD / debug

Function debug

lib/simple.js:80–86  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

78 )
79 },
80 debug(...args) {
81 console.log(
82 chalk.bold.bgRgb(66, 167, 245)('DEBUG '),
83 `[${chalk.rgb(255, 255, 255)(new Date().toUTCString())}]:`,
84 chalk.white(format(...args))
85 )
86 },
87 }
88 },
89 enumerable: true,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected