MCPcopy Create free account
hub / github.com/nodejs/node / bold

Method bold

deps/v8/tools/perf-compare.py:199–200  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

197 print(string_data)
198
199 def bold(self, data):
200 return "<b>%s</b>" % data
201
202 def red(self, data):
203 return "<font color=\"red\">%s</font>" % data

Callers 5

PrintComparisonMethod · 0.95
explainEdgeFunction · 0.80
runMethod · 0.80
execWorkspacesMethod · 0.80
string-html.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected