Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ copytree
Function
copytree
test/common.py:142–143 ·
view source on GitHub ↗
(src, dest)
Source
from the content-addressed store, hash-verified
140
141
142
def
copytree(src, dest):
143
shutil.copytree(src, dest, dirs_exist_ok=True)
144
145
146
def
exe_suffix(cmd):
Callers
11
test_scons
Method · 0.90
test_scons_env
Method · 0.90
test_scons_env_no_emscons
Method · 0.90
test_emscons
Method · 0.90
test_emscons_env
Method · 0.90
test_rust_integration_basics
Method · 0.90
test_wasm_bindgen_integration
Method · 0.90
test_rollup
Method · 0.90
test_webpack
Method · 0.90
test_vite
Method · 0.90
test_rollup
Method · 0.90
Calls
no outgoing calls
Tested by
11
test_scons
Method · 0.72
test_scons_env
Method · 0.72
test_scons_env_no_emscons
Method · 0.72
test_emscons
Method · 0.72
test_emscons_env
Method · 0.72
test_rust_integration_basics
Method · 0.72
test_wasm_bindgen_integration
Method · 0.72
test_rollup
Method · 0.72
test_webpack
Method · 0.72
test_vite
Method · 0.72
test_rollup
Method · 0.72