Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ useSettings
Function
useSettings
src/hooks/useSettings.ts:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
* Use this instead of getSettings_DEPRECATED() in React components
for
reactive updates.
14
*/
15
export
function
useSettings(): ReadonlySettings {
16
return
useAppState(s => s.settings)
17
}
18
Callers
13
Markdown
Function · 0.85
HighlightedCode.tsx
File · 0.85
StructuredDiff.tsx
File · 0.85
StatusLineInner
Function · 0.85
TextInput
Function · 0.85
SpinnerWithVerbInner
Function · 0.85
BriefSpinner
Function · 0.85
Spinner
Function · 0.85
AskUserQuestionPermissionRequest
Function · 0.85
PreviewBox
Function · 0.85
PromptInputFooter
Function · 0.85
ProcessingShimmer
Function · 0.85
Calls
1
useAppState
Function · 0.85
Tested by
no test coverage detected