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

Method readlink

packages/shell/src/backend.ts:331–331  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

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>;
333 resolvePath(base: string, path: string): Promise<string>;
334 glob(pattern: string): Promise<string[]>;

Callers 5

readlinkMethod · 0.65
realpathMethod · 0.65
readlinkMethod · 0.65
readlinkMethod · 0.65
readlinkMethod · 0.65

Implementers 1

FileSystemStateBackendpackages/shell/src/memory.ts

Calls

no outgoing calls

Tested by

no test coverage detected