MCPcopy 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
142def copytree(src, dest):
143 shutil.copytree(src, dest, dirs_exist_ok=True)
144
145
146def exe_suffix(cmd):

Callers 11

test_sconsMethod · 0.90
test_scons_envMethod · 0.90
test_emsconsMethod · 0.90
test_emscons_envMethod · 0.90
test_rollupMethod · 0.90
test_webpackMethod · 0.90
test_viteMethod · 0.90
test_rollupMethod · 0.90

Calls

no outgoing calls

Tested by 11

test_sconsMethod · 0.72
test_scons_envMethod · 0.72
test_emsconsMethod · 0.72
test_emscons_envMethod · 0.72
test_rollupMethod · 0.72
test_webpackMethod · 0.72
test_viteMethod · 0.72
test_rollupMethod · 0.72