MCPcopy Index your code
hub / github.com/codeaashu/claude-code / useAppStateStore

Function useAppStateStore

src/state/AppState.tsx:177–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175 * Get the store directly (for passing getState/setState to non-React code).
176 */
177export function useAppStateStore() {
178 return useAppStore();
179}
180const NOOP_SUBSCRIBE = () => () => {};
181
182/**

Callers 15

BackgroundHintFunction · 0.85
SessionBackgroundHintFunction · 0.85
ConfigFunction · 0.85
MCPReconnectFunction · 0.85
TurnDurationMessageFunction · 0.85
useSwarmBannerFunction · 0.85
PromptInputFunction · 0.85
ModeIndicatorFunction · 0.85
HooksConfigMenuFunction · 0.85
useNotificationsFunction · 0.85

Calls 1

useAppStoreFunction · 0.85

Tested by

no test coverage detected