MCPcopy
hub / github.com/codeaashu/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

uploadBriefAttachmentFunction · 0.85
readJsonFileFunction · 0.85
copySnapshotToLocalFunction · 0.85
resizeShellImageOutputFunction · 0.85
loadKeybindingsFunction · 0.85
loadRawTranscriptJsonlFunction · 0.85
submitTranscriptShareFunction · 0.85
platform.tsFile · 0.85
readFileInRangeFunction · 0.85
checkOriginFileChangedFunction · 0.85
readFileAsyncOrNullFunction · 0.85
generateSyntheticDiffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected