MCPcopy Create free account
hub / github.com/stenciljs/core / bold

Method bold

src/testing/testing-logger.ts:60–62  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

58 return msg;
59 }
60 bold(msg: string) {
61 return msg;
62 }
63 dim(msg: string) {
64 return msg;
65 }

Callers 4

taskGenerateFunction · 0.80
taskTelemetryFunction · 0.80
taskHelpFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected