Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ cyan
Function
cyan
ci/run-clang-format.py:237–238 ·
view source on GitHub ↗
(s: str)
Source
from the content-addressed store, hash-verified
235
return
"\x1b[1m"
+ s +
"\x1b[0m"
236
237
def
cyan(s: str) -> str:
238
return
"\x1b[36m"
+ s +
"\x1b[0m"
239
240
def
green(s: str) -> str:
241
return
"\x1b[32m"
+ s +
"\x1b[0m"
Callers
1
colorize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected