MCPcopy 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
7def print_success(msg: str) -> None:
8 """Print success message in green."""
9 print_green(msg)
10
11
12def print_error(msg: str) -> None:

Callers 4

run_direct_testFunction · 0.90
run_streaming_pathFunction · 0.90
run_meson_testFunction · 0.90

Calls 1

print_greenFunction · 0.90

Tested by 1

run_meson_testFunction · 0.72