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

Function green

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

Source from the content-addressed store, hash-verified

238 return "\x1b[36m" + s + "\x1b[0m"
239
240 def green(s: str) -> str:
241 return "\x1b[32m" + s + "\x1b[0m"
242
243 def red(s: str) -> str:
244 return "\x1b[31m" + s + "\x1b[0m"

Callers 1

colorizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected