Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ print_success
Function
print_success
ci/meson/output.py:7–9 ·
view source on GitHub ↗
Print success message in green.
(msg: str)
Source
from the content-addressed store, hash-verified
5
6
7
def
print_success(msg: str) -> None:
8
""
"Print success message in green."
""
9
print_green(msg)
10
11
12
def
print_error(msg: str) -> None:
Callers
4
stream_compile_and_run_tests
Function · 0.90
run_direct_test
Function · 0.90
run_streaming_path
Function · 0.90
run_meson_test
Function · 0.90
Calls
1
print_green
Function · 0.90
Tested by
1
run_meson_test
Function · 0.72