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