Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dresende/node-orm2
/ printColor
Function
printColor
test/logging.js:24–29 ·
view source on GitHub ↗
(color, bold)
Source
from the content-addressed store, hash-verified
22
}
23
24
function
printColor(color, bold) {
25
if
(color === null) {
26
return
"\033[0m"
;
27
}
28
return
"\033["
+ (bold ?
"1"
:
"0"
) +
";"
+ color +
"m"
;
29
}
Callers
1
printTo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected