Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ copyTo
Function
copyTo
src/fileSystem/sftp.js:641–644 ·
view source on GitHub ↗
(dest)
Source
from the content-addressed store, hash-verified
639
return
sftp.delete();
640
},
641
copyTo(dest) {
642
dest = Url.pathname(dest);
643
return
sftp.copyTo(dest);
644
},
645
moveTo(dest) {
646
dest = Url.pathname(dest);
647
return
sftp.moveTo(dest);
Callers
nothing calls this directly
Calls
1
copyTo
Method · 0.45
Tested by
no test coverage detected