Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
16
def
cp(src, dest, dryrun=False):
17
print(
'copying file: %s -> %s'
% (src, dest))
18
if
not dryrun:
19
shutil.copy(src, dest)
20
21
22
def
get_shell():
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected