Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
export
function
readFileSync(filePath: string): string {
103
return
readFileSyncWithMetadata(filePath).content
104
}
Callers
9
FileWritePermissionRequest.tsx
File · 0.50
FileWritePermissionRequest
Function · 0.50
getSettingsForSourceLenient_FOR_EDITING_ONLY_NOT_FOR_READING
Function · 0.50
parseSettingsFileUncached
Function · 0.50
updateSettingsForSource
Function · 0.50
rawSettingsContainsKey
Function · 0.50
hasManagedSettingsFile
Function · 0.50
loadSettings
Function · 0.50
showDiffInIDE
Function · 0.50
Calls
1
readFileSyncWithMetadata
Function · 0.85
Tested by
no test coverage detected