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

Method mv

packages/shell/src/backend.ts:329–329  ·  view source on GitHub ↗
(src: string, dest: string, options?: StateMoveOptions)

Source from the content-addressed store, hash-verified

327 rm(path: string, options?: StateRmOptions): Promise<void>;
328 cp(src: string, dest: string, options?: StateCopyOptions): Promise<void>;
329 mv(src: string, dest: string, options?: StateMoveOptions): Promise<void>;
330 symlink(target: string, linkPath: string): Promise<void>;
331 readlink(path: string): Promise<string>;
332 realpath(path: string): Promise<string>;

Callers 5

mvMethod · 0.65
mvMethod · 0.65
moveTreeMethod · 0.65
mvMethod · 0.65
mvMethod · 0.65

Implementers 1

FileSystemStateBackendpackages/shell/src/memory.ts

Calls

no outgoing calls

Tested by

no test coverage detected