MCPcopy Index your code
hub / github.com/bytebase/bytebase / notify

Function notify

frontend/src/react/hooks/useExecuteSQL.ts:56–67  ·  view source on GitHub ↗
(
    type: BBNotificationStyle,
    title: string,
    description?: string
  )

Source from the content-addressed store, hash-verified

54 void loadSubscription();
55 }, [loadSubscription]);
56 const notify = (
57 type: BBNotificationStyle,
58 title: string,
59 description?: string
60 ) => {
61 useAppStore.getState().notify({
62 module: "bytebase",
63 style: type,
64 title,
65 description,
66 });
67 };
68
69 const preflight = useCallback(
70 async (params: SQLEditorQueryParams) => {

Callers 7

loadFunction · 0.85
copyToClipboardFunction · 0.85
ProjectCreateDialogFunction · 0.85
handleUploadFunction · 0.85
handleDownloadVCSUsersFunction · 0.85
loadFunction · 0.85
useExecuteSQLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected