MCPcopy Index your code
hub / github.com/codedogQBY/ReadAny / copyFile

Method copyFile

packages/core/src/sync/sync-adapter.ts:40–40  ·  view source on GitHub ↗

Copy file from source to destination

(src: string, dest: string)

Source from the content-addressed store, hash-verified

38
39 /** Copy file from source to destination */
40 copyFile(src: string, dest: string): Promise<void>;
41
42 /** Delete a file */
43 deleteFile(filePath: string): Promise<void>;

Callers 1

downloadRemoteFileToPathFunction · 0.65

Implementers 2

MobileSyncAdapterpackages/app-expo/src/lib/sync/sync-ad
DesktopSyncAdapterpackages/app/src/lib/sync/sync-adapter

Calls

no outgoing calls

Tested by

no test coverage detected