Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nraiden/openv0
/ dismiss
Function
dismiss
webapps-starters/react/shadcn/src/components/ui/use-toast.tsx:151–151 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
149
toast: { ...props, id },
150
})
151
const dismiss = () => dispatch({ type:
"DISMISS_TOAST"
, toastId: id })
152
153
dispatch({
154
type:
"ADD_TOAST"
,
Callers
1
toast
Function · 0.85
Calls
1
dispatch
Function · 0.85
Tested by
no test coverage detected