MCPcopy
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
55function colorizeAll( strings, color, nocolor ) {
56 return strings.map(function(string) {
57 return colorize( string, color, nocolor );
58 });
59};

Callers 2

count.jsFile · 0.85
show.jsFile · 0.85

Calls 1

colorizeFunction · 0.85

Tested by

no test coverage detected