Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/agents
/ readlink
Method
readlink
packages/shell/src/workspace.ts:129–131 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
127
}
128
129
async
readlink(path: string): Promise<string> {
130
return
this.ws.readlink(path);
131
}
132
133
async
realpath(path: string, _depth = 0): Promise<string> {
134
if
(_depth > MAX_SYMLINK_DEPTH) {
Callers
nothing calls this directly
Calls
1
readlink
Method · 0.65
Tested by
no test coverage detected