MCPcopy
hub / github.com/wting/autojump / cp

Function cp

install.py:16–19  ·  view source on GitHub ↗
(src, dest, dryrun=False)

Source from the content-addressed store, hash-verified

14
15
16def cp(src, dest, dryrun=False):
17 print('copying file: %s -> %s' % (src, dest))
18 if not dryrun:
19 shutil.copy(src, dest)
20
21
22def get_shell():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected