MCPcopy
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.tsFile · 0.85
uploadBriefAttachmentFunction · 0.85
callFunction · 0.85
readJsonFileFunction · 0.85
copySnapshotToLocalFunction · 0.85
resizeShellImageOutputFunction · 0.85
resolveSubScriptFunction · 0.85
readFunction · 0.85
resolveNamedWorkflowFunction · 0.85
resolveScriptSourceFunction · 0.85

Calls

no outgoing calls

Tested by 1

readRawMailboxFunction · 0.68