MCPcopy Create free account
hub / github.com/FastLED/FastLED / red

Function red

ci/run-clang-format.py:243–244  ·  view source on GitHub ↗
(s: str)

Source from the content-addressed store, hash-verified

241 return "\x1b[32m" + s + "\x1b[0m"
242
243 def red(s: str) -> str:
244 return "\x1b[31m" + s + "\x1b[0m"
245
246 for line in diff_lines:
247 if line[:4] in ["--- ", "+++ "]:

Callers 1

colorizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected