Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
def
_copy_tree(src: Path, dst: Path) -> None:
91
if
dst.exists():
92
shutil.rmtree(dst)
93
shutil.copytree(src, dst)
94
95
96
def
_copy_file(src: Path, dst: Path) -> None:
Callers
2
build_dist
Function · 0.85
copy_dist_to_output
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected