MCPcopy
hub / github.com/claude-code-best/claude-code / useAppStateStore

Function useAppStateStore

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

Source from the content-addressed store, hash-verified

158 * Get the store directly (for passing getState/setState to non-React code).
159 */
160export function useAppStateStore(): AppStateStore {
161 return useAppStore();
162}
163
164const NOOP_SUBSCRIBE = () => () => {};
165

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