MCPcopy Index your code
hub / github.com/DanielKeep/rust-conv / copytree

Function copytree

update-docs.py:59–61  ·  view source on GitHub ↗
(src, dst)

Source from the content-addressed store, hash-verified

57 sys.stderr.flush()
58
59def copytree(src, dst):
60 msg_trace('copytree(%r, %r)' % (src, dst))
61 distutils.dir_util.copy_tree(src=src, dst=dst)
62
63def really_rmtree(path):
64 msg_trace('really_rmtree(%r)' % path)

Callers 1

mainFunction · 0.85

Calls 1

msg_traceFunction · 0.85

Tested by

no test coverage detected