Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Nutlope/logocreator
/ dismiss
Function
dismiss
hooks/use-toast.ts: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