MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / warning

Method warning

web/pgadmin/static/js/helpers/Notifier.jsx:83–85  ·  view source on GitHub ↗
(msg, autoHideDuration = AUTO_HIDE_DURATION)

Source from the content-addressed store, hash-verified

81 }
82
83 warning(msg, autoHideDuration = AUTO_HIDE_DURATION) {
84 this.snackbar.callNotify(msg, MESSAGE_TYPE.WARNING, autoHideDuration);
85 }
86
87 info(msg, autoHideDuration = AUTO_HIDE_DURATION) {
88 this.snackbar.callNotify(msg, MESSAGE_TYPE.INFO, autoHideDuration);

Callers 15

migrate_saved_passwordsFunction · 0.80
wrapMethod · 0.80
checkSupportedVersionFunction · 0.80
wrapMethod · 0.80
get_binary_path_versionsFunction · 0.80
getMethod · 0.80
get_storage_directoryFunction · 0.80
connectMethod · 0.80

Calls 1

callNotifyMethod · 0.80

Tested by

no test coverage detected