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

Function get_build_dir

ci/wasm_build.py:51–53  ·  view source on GitHub ↗

Get the meson build directory for the given mode.

(mode: str)

Source from the content-addressed store, hash-verified

49
50
51def get_build_dir(mode: str) -> Path:
52 """Get the meson build directory for the given mode."""
53 return BUILD_DIR_PREFIX / f"meson-wasm-{mode}"
54
55
56def get_sketch_cache_dir(example_name: str) -> Path:

Callers 1

buildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected