Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SchemaDialogView
Function · 0.85
resetIt
Function · 0.85
Calls
1
reset
Function · 0.50
Tested by
no test coverage detected