MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / dismiss

Function dismiss

website/src/hooks/use-toast.ts:145–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143 toast: { ...props, id },
144 });
145 const dismiss = () => dispatch({ type: "DISMISS_TOAST", toastId: id });
146
147 dispatch({
148 type: "ADD_TOAST",

Callers 1

toastFunction · 0.85

Calls 1

dispatchFunction · 0.85

Tested by

no test coverage detected