Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ColmapView/Colmapview.github.io
/ notificationStore.ts
File
notificationStore.ts
src/store/stores/notificationStore.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ create } from
'zustand'
;
2
3
export
type
NotificationType =
'info'
|
'warning'
;
4
Callers
nothing calls this directly
Calls
2
generateId
Function · 0.85
set
Function · 0.85
Tested by
no test coverage detected