MCPcopy Create free account
hub / github.com/cloudflare/computer / copyFile

Method copyFile

packages/dofs/src/provider.ts:522–524  ·  view source on GitHub ↗
(_src: string, _dest: string, _mode?: number)

Source from the content-addressed store, hash-verified

520 }
521
522 copyFile(_src: string, _dest: string, _mode?: number): Promise<void> {
523 return Promise.reject(notImplemented("copyFile"));
524 }
525
526 copyFileSync(_src: string, _dest: string, _mode?: number): void {
527 throw notImplemented("copyFileSync");

Callers

nothing calls this directly

Calls 2

rejectMethod · 0.80
notImplementedFunction · 0.70

Tested by

no test coverage detected