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

Function resolve_example_path

ci/ci-compile-pio-ci-working.py:264–268  ·  view source on GitHub ↗
(example: str)

Source from the content-addressed store, hash-verified

262
263
264def resolve_example_path(example: str) -> Path:
265 example_path = HERE.parent / "examples" / example
266 if not example_path.exists():
267 raise FileNotFoundError(f"Example '{example}' not found at '{example_path}'")
268 return example_path
269
270
271def compile_with_pio_ci(

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected