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