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

Function print_warning

ci/meson/output.py:17–19  ·  view source on GitHub ↗

Print warning message in yellow.

(msg: str)

Source from the content-addressed store, hash-verified

15
16
17def print_warning(msg: str) -> None:
18 """Print warning message in yellow."""
19 print_yellow(msg)
20
21
22def print_info(msg: str) -> None:

Callers 2

detect_test_file_changesFunction · 0.90

Calls 1

print_yellowFunction · 0.90

Tested by

no test coverage detected