MCPcopy
hub / github.com/dotenvx/dotenvx / successv

Function successv

src/shared/logger.js:22–22  ·  view source on GitHub ↗
(m)

Source from the content-addressed store, hash-verified

20const warn = (m) => getColor('orangered')(`⚠ ${m}`)
21const success = getColor('amber')
22const successv = (m) => getColor('amber')(`⟐ ${m}`)
23const info = getColor('gray')
24const help = getColor('dodgerblue')
25const verbose = (m) => getColor('plum')(`┆ ${m}`)

Callers 1

formatMessageFunction · 0.85

Calls 1

getColorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…