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

Function info

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

Source from the content-addressed store, hash-verified

46 return this.show({ title, description, variant: 'warning' })
47 },
48 info(title: string, description?: string) {
49 return this.show({ title, description, variant: 'info' })
50 },
51 dismiss(id: string) {
52 toastList = toastList.filter((t) => t.id !== id)
53 emit()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected