Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/agents
/ readlink
Method
readlink
examples/assistant/src/server.ts:683–685 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
681
}
682
683
async
readlink(path: string) {
684
return
(
await
this.parent()).readlink(path);
685
}
686
}
687
688
// ── SharedMCPClient — child-side proxy for the directory's MCP ──────
Callers
nothing calls this directly
Calls
2
parent
Method · 0.95
readlink
Method · 0.65
Tested by
no test coverage detected