MCPcopy 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
473export function useNotify() {
474 return useAppStore((state) => state.notify);
475}
476
477export function useQuickstartReset() {
478 return useAppStore((state) => state.resetQuickstartProgress);

Callers 4

ProjectRouteShellFunction · 0.90
ProjectCreateDialogFunction · 0.90
SubscriptionPageFunction · 0.90
ProjectRouteGateFunction · 0.90

Calls 1

useAppStoreFunction · 0.50

Tested by

no test coverage detected