Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
def
print_info(msg: str) -> None:
23
""
"Print info message in blue."
""
24
print_blue(msg)
25
26
27
def
print_banner(
Callers
1
_streaming_no_tests_fallback
Function · 0.90
Calls
1
print_blue
Function · 0.90
Tested by
no test coverage detected