MCPcopy Create free account
hub / github.com/Marus/cortex-debug / greenFormat

Function greenFormat

src/frontend/ansi-helpers.ts:8–10  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

6export const BR_GREEN_FG = CSI + '92m'; // Bright green foreground
7
8export function greenFormat(msg) {
9 return BR_GREEN_FG + msg + RESET;
10}
11
12export function magentaFormat(msg) {
13 return BR_MAGENTA_FG + msg + RESET;

Callers 1

connectToConsoleMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected