Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
100
export
function
readFileSync(filePath: string): string {
101
return
readFileSyncWithMetadata(filePath).content
102
}
103
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