MCPcopy Create free account
hub / github.com/Snapchat/Valdi / copy

Method copy

valdi/vscode_debugger/src/typings/vscode.d.ts:6576–6576  ·  view source on GitHub ↗

* Copy files or folders. * * @param source The existing file. * @param destination The destination location. * @param options Defines if existing files should be overwritten.

(source: Uri, target: Uri, options?: { overwrite?: boolean })

Source from the content-addressed store, hash-verified

6574 * @param options Defines if existing files should be overwritten.
6575 */
6576 copy(source: Uri, target: Uri, options?: { overwrite?: boolean }): Thenable<void>;
6577 }
6578
6579 /**

Calls

no outgoing calls