Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/culvertsoft/mgen
/ copyTree
Function
copyTree
buildutil.py:53–54 ·
view source on GitHub ↗
(src, dst)
Source
from the content-addressed store, hash-verified
51
os.remove(path)
52
53
def
copyTree(src, dst):
54
distutils.dir_util.copy_tree(src, dst)
55
56
def
copyFile(src, dst):
57
shutil.copyfile(src, dst)
Callers
2
prepareIntegrationTestSources
Function · 0.85
create_install_zip
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected