MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / moveTo

Function moveTo

src/fileSystem/ftp.js:414–417  ·  view source on GitHub ↗
(dest)

Source from the content-addressed store, hash-verified

412 return ftp.copyTo(dest);
413 },
414 moveTo(dest) {
415 dest = Url.pathname(dest);
416 return ftp.moveTo(dest);
417 },
418 renameTo(newname) {
419 return ftp.rename(newname);
420 },

Callers

nothing calls this directly

Calls 1

moveToMethod · 0.45

Tested by

no test coverage detected