Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ bold_red
Function
bold_red
ci/run-clang-format.py:229–230 ·
view source on GitHub ↗
(s: str)
Source
from the content-addressed store, hash-verified
227
228
229
def
bold_red(s: str) -> str:
230
return
"\x1b[1m\x1b[31m"
+ s +
"\x1b[0m"
231
232
233
def
colorize(diff_lines: list[str]) -> Generator[str, None, None]:
Callers
1
print_trouble
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected