MCPcopy
hub / github.com/codeaashu/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

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

Calls

no outgoing calls

Tested by

no test coverage detected