Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/bytebase
/ useNotify
Function
useNotify
frontend/src/react/hooks/useAppState.ts:473–475 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
471
}
472
473
export
function
useNotify() {
474
return
useAppStore((state) => state.notify);
475
}
476
477
export
function
useQuickstartReset() {
478
return
useAppStore((state) => state.resetQuickstartProgress);
Callers
4
ProjectRouteShell
Function · 0.90
ProjectCreateDialog
Function · 0.90
SubscriptionPage
Function · 0.90
ProjectRouteGate
Function · 0.90
Calls
1
useAppStore
Function · 0.50
Tested by
no test coverage detected