Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
export
const
createNotificationSlice: AppSliceCreator<
5
NotificationSlice
6
> = () => ({
7
notify: (notification) => {
8
pushReactNotification(notification);
9
},
10
});
Callers
1
createAppStore
Function · 0.90
Calls
1
pushReactNotification
Function · 0.90
Tested by
no test coverage detected