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

Function resetView

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

Source from the content-addressed store, hash-verified

58 });
59
60 const resetView = () => {
61 reset();
62 setResetKey(Date.now());
63 };
64
65 // Is saving operation in progress?
66 const setSaving = (val) => schemaState.isSaving = val;

Callers 2

SchemaDialogViewFunction · 0.85
resetItFunction · 0.85

Calls 1

resetFunction · 0.50

Tested by

no test coverage detected