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

Function print_phase_banner

ci/util/banner_print.py:197–199  ·  view source on GitHub ↗

Convenience function for print_phase_banner.

(title: str, details: dict[str, str] | None = None)

Source from the content-addressed store, hash-verified

195
196# Convenience functions for common use cases
197def print_phase_banner(title: str, details: dict[str, str] | None = None) -> None:
198 """Convenience function for print_phase_banner."""
199 BannerPrinter.print_phase_banner(title, details)
200
201
202def print_progress_section(title: str) -> None:

Callers 1

Calls 1

print_phase_bannerMethod · 0.80

Tested by

no test coverage detected