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

Function _copy_tree

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

Source from the content-addressed store, hash-verified

88
89
90def _copy_tree(src: Path, dst: Path) -> None:
91 if dst.exists():
92 shutil.rmtree(dst)
93 shutil.copytree(src, dst)
94
95
96def _copy_file(src: Path, dst: Path) -> None:

Callers 2

build_distFunction · 0.85
copy_dist_to_outputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected