MCPcopy 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
229def bold_red(s: str) -> str:
230 return "\x1b[1m\x1b[31m" + s + "\x1b[0m"
231
232
233def colorize(diff_lines: list[str]) -> Generator[str, None, None]:

Callers 1

print_troubleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected