Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/culvertsoft/mgen
/ copyFile
Function
copyFile
buildutil.py:56–57 ·
view source on GitHub ↗
(src, dst)
Source
from the content-addressed store, hash-verified
54
distutils.dir_util.copy_tree(src, dst)
55
56
def
copyFile(src, dst):
57
shutil.copyfile(src, dst)
58
59
def
getOrSetEnvVar(varName, default):
60
if
(not varName in os.environ):
Callers
2
copySubProjectJarFilesToZipDir
Function · 0.85
create_install_zip
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected