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

Method readlink

examples/assistant/src/server.ts:491–493  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

489 }
490
491 async readlink(path: string): Promise<string> {
492 return this.workspace.readlink(path);
493 }
494
495 // ── Shared MCP surface ───────────────────────────────────────────
496 //

Callers

nothing calls this directly

Calls 1

readlinkMethod · 0.65

Tested by

no test coverage detected