Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
export
const
BR_GREEN_FG = CSI +
'92m'
;
// Bright green foreground
7
8
export
function
greenFormat(msg) {
9
return
BR_GREEN_FG + msg + RESET;
10
}
11
12
export
function
magentaFormat(msg) {
13
return
BR_MAGENTA_FG + msg + RESET;
Callers
1
connectToConsole
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected