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

Function fbuild_supports_compile_many

ci/util/fbuild_runner.py:219–221  ·  view source on GitHub ↗

Return whether the active fbuild executable exposes ``compile-many``.

()

Source from the content-addressed store, hash-verified

217
218@lru_cache(maxsize=1)
219def fbuild_supports_compile_many() -> bool:
220 """Return whether the active fbuild executable exposes ``compile-many``."""
221 return _fbuild_supports_subcommand("compile-many")
222
223
224# Parses size lines emitted into per-sketch fbuild logs. Matches both unit

Callers 1

_build_fbuildMethod · 0.90

Calls 1

Tested by

no test coverage detected