MCPcopy Create free account
hub / github.com/cloudflare/agents / mv

Method mv

packages/shell/src/workspace.ts:121–123  ·  view source on GitHub ↗
(src: string, dest: string)

Source from the content-addressed store, hash-verified

119 }
120
121 async mv(src: string, dest: string): Promise<void> {
122 await this.ws.mv(src, dest);
123 }
124
125 async symlink(target: string, linkPath: string): Promise<void> {
126 await this.ws.symlink(target, linkPath);

Callers

nothing calls this directly

Calls 1

mvMethod · 0.65

Tested by

no test coverage detected