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