Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/agents
/ writeFile
Method
writeFile
packages/shell/src/tests/agents/git.ts:28–30 ·
view source on GitHub ↗
(path: string, content: string)
Source
from the content-addressed store, hash-verified
26
}
27
28
async
writeFile(path: string, content: string) {
29
await
this.workspace.writeFile(path, content);
30
}
31
32
async
readFile(path: string) {
33
return
this.workspace.readFile(path);
Callers
nothing calls this directly
Calls
1
writeFile
Method · 0.65
Tested by
no test coverage detected