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

Function readFileSync

src/utils/fileRead.ts:100–102  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

98}
99
100export function readFileSync(filePath: string): string {
101 return readFileSyncWithMetadata(filePath).content
102}
103

Calls 1

readFileSyncWithMetadataFunction · 0.85

Tested by

no test coverage detected