MCPcopy
hub / github.com/loggerhead/json4u / toastErr

Function toastErr

src/lib/utils.ts:64–66  ·  view source on GitHub ↗
(msg: string, id?: string)

Source from the content-addressed store, hash-verified

62}
63
64export function toastErr(msg: string, id?: string) {
65 toast.error(msg, { ...toastOptions, id });
66}
67
68export function detectOS() {
69 if (typeof window === "undefined") {

Callers 10

LogoutButton.tsxFile · 0.90
runCommandFunction · 0.90
useExecJqFunction · 0.90
useFilterFunction · 0.90
useOnFileFunction · 0.90
convertFunction · 0.90
onVerifyOTPFunction · 0.90
sendOTPFunction · 0.90
OAuthButtonFunction · 0.90
onClickFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected