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

Function fbuild_supports_ci

ci/util/fbuild_runner.py:213–215  ·  view source on GitHub ↗

Return whether the active fbuild executable exposes ``ci``.

()

Source from the content-addressed store, hash-verified

211
212@lru_cache(maxsize=1)
213def fbuild_supports_ci() -> bool:
214 """Return whether the active fbuild executable exposes ``ci``."""
215 return _fbuild_supports_subcommand("ci")
216
217
218@lru_cache(maxsize=1)

Callers 1

_build_fbuildMethod · 0.90

Calls 1

Tested by

no test coverage detected