MCPcopy Create free account
hub / github.com/observablehq/framework / copyFile

Method copyFile

src/create.ts:21–21  ·  view source on GitHub ↗
(sourcePath: string, outputPath: string)

Source from the content-addressed store, hash-verified

19 sleep: (delay?: number) => Promise<void>;
20 mkdir(outputPath: string, options?: {recursive?: boolean}): Promise<void>;
21 copyFile(sourcePath: string, outputPath: string): Promise<void>;
22 writeFile(outputPath: string, contents: string): Promise<void>;
23}
24

Callers 1

recursiveCopyTemplateFunction · 0.65

Implementers 1

TestCreateEffectstest/create-test.ts

Calls

no outgoing calls

Tested by

no test coverage detected