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

Function readFileSync

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

Source from the content-addressed store, hash-verified

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

Callers 10

loadSettingsFromFlagFunction · 0.90
runFunction · 0.90
git.tsFile · 0.90
hasCronTasksSyncFunction · 0.90
execFunction · 0.90
readTeamFileFunction · 0.90
ErrorOverviewFunction · 0.90
ultraplan.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected