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

Function readFileSync

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

Source from the content-addressed store, hash-verified

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

Calls 1

readFileSyncWithMetadataFunction · 0.85

Tested by

no test coverage detected