Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
terminal-logger.spec.ts
File · 0.80
taskGenerate
Function · 0.80
taskTelemetry
Function · 0.80
taskHelp
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected