Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/agents
/ readFileBytes
Method
readFileBytes
examples/assistant/src/server.ts:413–415 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
411
}
412
413
async
readFileBytes(path: string): Promise<Uint8Array | null> {
414
return
this.workspace.readFileBytes(path);
415
}
416
417
async
writeFile(
418
path: string,
Callers
nothing calls this directly
Calls
1
readFileBytes
Method · 0.65
Tested by
no test coverage detected