MCPcopy Create free account
hub / github.com/bytebase/bytebase / createNotificationSlice

Function createNotificationSlice

frontend/src/react/stores/app/notification.ts:6–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4export const createNotificationSlice: AppSliceCreator<
5 NotificationSlice
6> = () => ({
7 notify: (notification) => {
8 pushReactNotification(notification);
9 },
10});

Callers 1

createAppStoreFunction · 0.90

Calls 1

pushReactNotificationFunction · 0.90

Tested by

no test coverage detected