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

Function _run_meson_setup

ci/meson/meson_setup_execute.py:600–611  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

598 print_banner("MESON CONFIGURATION", "⚙️")
599
600 def _run_meson_setup() -> tuple[int, str]:
601 proc = RunningProcess(
602 cmd,
603 cwd=source_dir,
604 timeout=600,
605 auto_run=True,
606 check=False,
607 env=env,
608 output_formatter=TimestampFormatter(),
609 )
610 returncode = cast(int, proc.wait(echo=True))
611 return returncode, str(proc.stdout)
612
613 def _clear_stale_caches() -> None:
614 _ts_print("[MESON] 🔄 Clearing stale test metadata caches...")

Callers 1

run_meson_setup_commandFunction · 0.85

Calls 2

TimestampFormatterClass · 0.90
waitMethod · 0.45

Tested by

no test coverage detected