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

Function _clear_link_cache

ci/wasm_build.py:235–242  ·  view source on GitHub ↗
(build_dir: Path)

Source from the content-addressed store, hash-verified

233
234
235def _clear_link_cache(build_dir: Path) -> None:
236 for name in (
237 "wasm_ld_args.json",
238 "wasm_ld_args.key",
239 "js_glue_fingerprint",
240 "link_environment_fingerprint",
241 ):
242 (build_dir / name).unlink(missing_ok=True)
243
244
245def _js_glue_fingerprint_matches(build_dir: Path) -> bool:

Callers 1

_fast_linkFunction · 0.85

Calls 1

unlinkMethod · 0.80

Tested by

no test coverage detected