Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ _list_builds
Function
_list_builds
ci/inspect_obj.py:13–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
12
13
def
_list_builds() -> list[Path]:
14
str_paths = os.listdir(BUILD)
15
paths = [BUILD / p
for
p in str_paths]
16
dirs = [p
for
p in paths
if
p.is_dir()]
17
return
dirs
18
19
20
def
_check_build(build: Path) -> bool:
Callers
1
_prompt_build
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected