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

Method readlink

packages/shell/src/memory.ts:282–284  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

280 }
281
282 async readlink(path: string): Promise<string> {
283 return this.fs.readlink(path);
284 }
285
286 async realpath(path: string): Promise<string> {
287 return this.fs.realpath(path);

Callers

nothing calls this directly

Calls 1

readlinkMethod · 0.65

Tested by

no test coverage detected