Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ readFile
Function
readFile
src/utils/fsOperations.ts:427–429 ·
view source on GitHub ↗
(fsPath, options)
Source
from the content-addressed store, hash-verified
425
},
426
427
async
readFile(fsPath, options) {
428
return
readFilePromise(fsPath, { encoding: options.encoding })
429
},
430
431
async
rename(oldPath, newPath) {
432
return
renamePromise(oldPath, newPath)
Callers
15
build.ts
File · 0.85
uploadBriefAttachment
Function · 0.85
call
Function · 0.85
readJsonFile
Function · 0.85
copySnapshotToLocal
Function · 0.85
resizeShellImageOutput
Function · 0.85
resolveSubScript
Function · 0.85
read
Function · 0.85
resolveNamedWorkflow
Function · 0.85
WorkflowTool.test.ts
File · 0.85
persistInline.test.ts
File · 0.85
resolveScriptSource
Function · 0.85
Calls
no outgoing calls
Tested by
1
readRawMailbox
Function · 0.68