MCPcopy
hub / github.com/claude-code-best/claude-code / readFileSync

Function readFileSync

src/utils/fsOperations.ts:445–448  ·  view source on GitHub ↗
(fsPath, options)

Source from the content-addressed store, hash-verified

443 },
444
445 readFileSync(fsPath, options) {
446 using _ = slowLogging`fs.readFileSync(${fsPath})`
447 return fs.readFileSync(fsPath, { encoding: options.encoding })
448 },
449
450 readFileBytesSync(fsPath) {
451 using _ = slowLogging`fs.readFileBytesSync(${fsPath})`

Callers 15

loadFunction · 0.90
ErrorOverviewFunction · 0.90
captureScreenToBase64Function · 0.90
prompt.test.tsFile · 0.90
loadSettingsFromFlagFunction · 0.90
runFunction · 0.90
git.tsFile · 0.90
hasCronTasksSyncFunction · 0.90
execFunction · 0.90
readTeamFileFunction · 0.90

Calls

no outgoing calls

Tested by 1

readJsonFunction · 0.72