MCPcopy
hub / github.com/jvilk/BrowserFS / renameSync

Method renameSync

src/core/file_system.ts:111–111  ·  view source on GitHub ↗

* **Core**: Synchronous rename.

(oldPath: string, newPath: string)

Source from the content-addressed store, hash-verified

109 * **Core**: Synchronous rename.
110 */
111 renameSync(oldPath: string, newPath: string): void;
112 /**
113 * **Core**: Asynchronous `stat` or `lstat`.
114 * @param isLstat True if this is `lstat`, false if this is regular

Callers 15

nop.jsFile · 0.65
bad_lookup.jsFile · 0.65
readdir_empty.jsFile · 0.65
readdir.jsFile · 0.65
files.jsFile · 0.65
mounting.tsFile · 0.65
delete-log-test.tsFile · 0.65
renameSyncMethod · 0.65
renameSyncMethod · 0.65
renameSyncMethod · 0.65
renameMethod · 0.65

Implementers 10

LockedFSsrc/generic/locked_fs.ts
MountableFileSystemsrc/backend/MountableFileSystem.ts
WorkerFSsrc/backend/WorkerFS.ts
IsoFSsrc/backend/IsoFS.ts
UnlockedOverlayFSsrc/backend/OverlayFS.ts
FolderAdaptersrc/backend/FolderAdapter.ts
ZipFSsrc/backend/ZipFS.ts
XmlHttpRequestsrc/backend/XmlHttpRequest.ts
AsyncMirrorsrc/backend/AsyncMirror.ts
DropboxFileSystemsrc/backend/Dropbox.ts

Calls

no outgoing calls

Tested by

no test coverage detected