MCPcopy Index your code
hub / github.com/codeaashu/claude-code / dismiss

Function dismiss

web/components/ui/toast.tsx:51–54  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

49 return this.show({ title, description, variant: 'info' })
50 },
51 dismiss(id: string) {
52 toastList = toastList.filter((t) => t.id !== id)
53 emit()
54 },
55}
56
57function useToastStore() {

Callers 1

ToastFunction · 0.85

Calls 1

emitFunction · 0.70

Tested by

no test coverage detected