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

Function run_compile

tests/measure_esp32s3_opt_ins.py:295–296  ·  view source on GitHub ↗
(example: str, config_name: str)

Source from the content-addressed store, hash-verified

293
294
295def run_compile(example: str, config_name: str) -> bool:
296 return _run_with_log(_run_compile_cmd(example), f"{config_name}-compile.log")
297
298
299def run_bloat(config_name: str) -> bool:

Callers 1

measure_oneFunction · 0.70

Calls 2

_run_with_logFunction · 0.85
_run_compile_cmdFunction · 0.85

Tested by

no test coverage detected