MCPcopy
hub / github.com/monkeytypegame/monkeytype / showErrorNotification

Function showErrorNotification

frontend/src/ts/states/notifications.ts:195–200  ·  view source on GitHub ↗
(
  message: string,
  options?: AddNotificationOptions,
)

Source from the content-addressed store, hash-verified

193}
194
195export function showErrorNotification(
196 message: string,
197 options?: AddNotificationOptions,
198): number {
199 return addNotificationWithLevel(message, "error", options);
200}

Callers 15

getTestActivityCalendarFunction · 0.90
sendVerificationEmailFunction · 0.90
getDataAndInitFunction · 0.90
addAuthProviderFunction · 0.90
signOutFunction · 0.90
signUpFunction · 0.90
linkDiscordFunction · 0.90
loadChallengeFromUrlFunction · 0.90
setupFunction · 0.90
initAudioContextFunction · 0.90
toggleFavoriteFunction · 0.90
handleSubmitClickFunction · 0.90

Calls 1

addNotificationWithLevelFunction · 0.85

Tested by

no test coverage detected