MCPcopy
hub / github.com/Linen-dev/linen.dev / error

Function error

apps/web/ui/Toast/index.tsx:37–43  ·  view source on GitHub ↗
(message: any, options?: Options)

Source from the content-addressed store, hash-verified

35 });
36 },
37 error(message: any, options?: Options) {
38 return toast.error(message, {
39 style,
40 icon: icons.error,
41 ...options,
42 });
43 },
44 info(message: any, options?: Options) {
45 return toast.success(message, {
46 style,

Callers 1

fetchInboxFunction · 0.50

Calls 1

errorMethod · 0.65

Tested by

no test coverage detected