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

Function _list_builds

ci/util/tools.py:54–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52
53
54def _list_builds() -> list[Path]:
55 str_paths = os.listdir(BUILD)
56 paths = [BUILD / p for p in str_paths]
57 dirs = [p for p in paths if p.is_dir()]
58 return dirs
59
60
61def _check_build(build: Path) -> bool:

Callers 1

_prompt_buildFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected