MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / dismiss

Function dismiss

web/src/components/ui/use-toast.ts:148–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 toast: { ...props, id },
147 })
148 const dismiss = () => dispatch({ type: 'DISMISS_TOAST', toastId: id })
149
150 dispatch({
151 type: 'ADD_TOAST',

Callers 1

toastFunction · 0.85

Calls 1

dispatchFunction · 0.85

Tested by

no test coverage detected