MCPcopy Create free account
hub / github.com/ChinaSiro/claude-code-sourcemap / readFile

Function readFile

restored-src/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

platform.tsFile · 0.70
readFileInRangeFunction · 0.70
checkOriginFileChangedFunction · 0.70
readFileAsyncOrNullFunction · 0.70
generateSyntheticDiffFunction · 0.70
captureUntrackedFilesFunction · 0.70
readPDFFunction · 0.70
readAgentMetadataFunction · 0.70
readRemoteAgentMetadataFunction · 0.70
listRemoteAgentMetadataFunction · 0.70
removeMessageByUuidMethod · 0.70
loadTranscriptFromFileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected