MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / readFile

Function readFile

source code/utils/fsOperations.ts:429–431  ·  view source on GitHub ↗
(fsPath, options)

Source from the content-addressed store, hash-verified

427 },
428
429 async readFile(fsPath, options) {
430 return readFilePromise(fsPath, { encoding: options.encoding })
431 },
432
433 async rename(oldPath, newPath) {
434 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