MCPcopy Create free account
hub / github.com/codeaashu/claude-code / error

Function error

web/components/ui/toast.tsx:42–44  ·  view source on GitHub ↗
(title: string, description?: string)

Source from the content-addressed store, hash-verified

40 return this.show({ title, description, variant: 'success' })
41 },
42 error(title: string, description?: string) {
43 return this.show({ title, description, variant: 'error' })
44 },
45 warning(title: string, description?: string) {
46 return this.show({ title, description, variant: 'warning' })
47 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected