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

Class Tools

ci/util/tools.py:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19@dataclass
20class Tools:
21 as_path: Path
22 ld_path: Path
23 objcopy_path: Path
24 objdump_path: Path
25 cpp_filt_path: Path
26 nm_path: Path
27
28
29def load_tools(build_info_path: Path) -> Tools:

Callers 1

load_toolsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected