Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/agents
/ readFile
Method
readFile
examples/assistant/src/server.ts:611–613 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
609
}
610
611
async
readFile(path: string) {
612
return
(
await
this.parent()).readFile(path);
613
}
614
615
async
readFileBytes(path: string) {
616
return
(
await
this.parent()).readFileBytes(path);
Callers
nothing calls this directly
Calls
2
parent
Method · 0.95
readFile
Method · 0.65
Tested by
no test coverage detected