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

Function print_info

ci/meson/output.py:22–24  ·  view source on GitHub ↗

Print info message in blue.

(msg: str)

Source from the content-addressed store, hash-verified

20
21
22def print_info(msg: str) -> None:
23 """Print info message in blue."""
24 print_blue(msg)
25
26
27def print_banner(

Callers 1

Calls 1

print_blueFunction · 0.90

Tested by

no test coverage detected