Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
57
function useToastStore() {
Callers
1
Toast
Function · 0.85
Calls
1
emit
Function · 0.70
Tested by
no test coverage detected