MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / error

Method error

static/js/utils.js:64–66  ·  view source on GitHub ↗
(message, duration)

Source from the content-addressed store, hash-verified

62 }
63
64 error(message, duration) {
65 return this.show(message, 'error', duration);
66 }
67
68 warning(message, duration) {
69 return this.show(message, 'warning', duration);

Callers 15

loadStatsFunction · 0.80
loadAccountsFunction · 0.80
pauseActiveBatchTasksFunction · 0.80
resumeActiveBatchTasksFunction · 0.80
refreshTokenFunction · 0.80
validateTokenFunction · 0.80
runBatchRefreshTaskFunction · 0.80
runBatchValidateTaskFunction · 0.80
runOverviewRefreshTaskFunction · 0.80

Calls 1

showMethod · 0.95

Tested by 2

test_email_serviceFunction · 0.64
test_tempmail_serviceFunction · 0.64