MCPcopy Index your code
hub / github.com/angular/angular-cli / copyFile

Method copyFile

packages/angular/cli/src/package-managers/host.ts:61–61  ·  view source on GitHub ↗

* Copies a file from the source path to the destination path. * @param src The path to the source file. * @param dest The path to the destination file. * @returns A promise that resolves when the copy is complete.

(src: string, dest: string)

Source from the content-addressed store, hash-verified

59 * @returns A promise that resolves when the copy is complete.
60 */
61 copyFile(src: string, dest: string): Promise<void>;
62
63 /**
64 * Creates a new, unique temporary directory.

Callers 5

styles_spec.tsFile · 0.65
writeFilesFunction · 0.65
acquireTempPackageMethod · 0.65
copyFileFunction · 0.65

Implementers 1

MockHostpackages/angular/cli/src/package-manag

Calls

no outgoing calls

Tested by

no test coverage detected