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

Function setLoaderText

web/pgadmin/static/js/SchemaView/SchemaDialogView.jsx:67–67  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

65 // Is saving operation in progress?
66 const setSaving = (val) => schemaState.isSaving = val;
67 const setLoaderText = (val) => schemaState.setMessage(val);
68
69 // First element to be set by the FormView to set the focus after loading
70 // the data.

Callers 15

clearArgsFunction · 0.85
startDebuggingFunction · 0.85
updateInfoFunction · 0.85
checkDebuggerStatusFunction · 0.85
SearchObjectsFunction · 0.85
onSearchFunction · 0.85
GrantWizardFunction · 0.85
wizardStepChangeFunction · 0.85
onSaveFunction · 0.85
triggerCompareDiffFunction · 0.85
triggerGenerateScriptFunction · 0.85
openQueryToolFunction · 0.85

Calls 1

setMessageMethod · 0.80

Tested by

no test coverage detected