Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/babel/minify
/ green
Method
green
scripts/benchmark.js:234–236 ·
view source on GitHub ↗
(col)
Source
from the content-addressed store, hash-verified
232
return
this.target ===
"MD"
? `**${col}**` : chalk.bold(col);
233
}
234
green(col) {
235
return
this.target ===
"MD"
? `**${col}**` : chalk.green(col);
236
}
237
red(col) {
238
return
this.target ===
"MD"
? col : chalk.red(col);
239
}
Callers
1
getRows
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected