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

Function info

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

Source from the content-addressed store, hash-verified

50 get() {
51 return {
52 info(...args) {
53 console.log(
54 chalk.bold.bgRgb(51, 204, 51)('INFO '),
55 `[${chalk.rgb(255, 255, 255)(new Date().toUTCString())}]:`,
56 chalk.cyan(format(...args))
57 )
58 },
59 error(...args) {
60 console.log(
61 chalk.bold.bgRgb(247, 38, 33)('ERROR '),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected