Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/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
}
Callers
15
loadAccount
Function · 0.50
uploadFile
Function · 0.50
loadPending
Function · 0.50
loadAccessConfig
Function · 0.50
loadCursor
Function · 0.50
readClipboardImage
Function · 0.50
getOrCreateCertificate
Function · 0.50
FileWritePermissionRequest.tsx
File · 0.50
FileWritePermissionRequest
Function · 0.50
getSettingsForSourceLenient_FOR_EDITING_ONLY_NOT_FOR_READING
Function · 0.50
readTeamConfig
Function · 0.50
parseSettingsFileUncached
Function · 0.50
Calls
1
readFileSyncWithMetadata
Function · 0.85
Tested by
1
readTeamConfig
Function · 0.40