Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/agents
/ readFile
Method
readFile
packages/shell/src/memory.ts:104–106 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
102
}
103
104
async
readFile(path: string): Promise<string> {
105
return
this.fs.readFile(path);
106
}
107
108
async
readFileBytes(path: string): Promise<Uint8Array> {
109
return
this.fs.readFileBytes(path);
Callers
7
readJson
Method · 0.95
searchText
Method · 0.95
replaceInFile
Method · 0.95
diff
Method · 0.95
diffContent
Method · 0.95
planEdits
Method · 0.95
applyEdits
Method · 0.95
Calls
1
readFile
Method · 0.65
Tested by
no test coverage detected