Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
177
export function useAppStateStore() {
178
return useAppStore();
179
}
180
const NOOP_SUBSCRIBE = () => () => {};
181
182
/**
Callers
15
BackgroundHint
Function · 0.85
SessionBackgroundHint
Function · 0.85
ExitPlanModePermissionRequest
Function · 0.85
Config
Function · 0.85
MCPReconnect
Function · 0.85
TurnDurationMessage
Function · 0.85
useSwarmBanner
Function · 0.85
PromptInput
Function · 0.85
ModeIndicator
Function · 0.85
HooksConfigMenu
Function · 0.85
useKickOffCheckAndDisableAutoModeIfNeeded
Function · 0.85
useNotifications
Function · 0.85
Calls
1
useAppStore
Function · 0.85
Tested by
no test coverage detected