MCPcopy
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 */
15export function useSettings(): ReadonlySettings {
16 return useAppState(s => s.settings)
17}
18

Callers 13

MarkdownFunction · 0.85
StructuredDiff.tsxFile · 0.85
StatusLineInnerFunction · 0.85
TextInputFunction · 0.85
SpinnerWithVerbInnerFunction · 0.85
BriefSpinnerFunction · 0.85
SpinnerFunction · 0.85
PreviewBoxFunction · 0.85
PromptInputFooterFunction · 0.85
ProcessingShimmerFunction · 0.85

Calls 1

useAppStateFunction · 0.85

Tested by

no test coverage detected