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

Function _copy_file

ci/esbuild_frontend.py:96–98  ·  view source on GitHub ↗
(src: Path, dst: Path)

Source from the content-addressed store, hash-verified

94
95
96def _copy_file(src: Path, dst: Path) -> None:
97 dst.parent.mkdir(parents=True, exist_ok=True)
98 shutil.copy2(src, dst)
99
100
101def _get_source_mtime(source_dir: Path) -> float:

Callers 2

build_distFunction · 0.85
copy_dist_to_outputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected