Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TylerBrock/mongo-hacker
/ colorizeAll
Function
colorizeAll
hacks/color.js:55–59 ·
view source on GitHub ↗
( strings, color, nocolor )
Source
from the content-addressed store, hash-verified
53
};
54
55
function
colorizeAll( strings, color, nocolor ) {
56
return
strings.map(
function
(string) {
57
return
colorize( string, color, nocolor );
58
});
59
};
Callers
2
count.js
File · 0.85
show.js
File · 0.85
Calls
1
colorize
Function · 0.85
Tested by
no test coverage detected