Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pgadmin-org/pgadmin4
/ get
Function
get
web/pgadmin/static/js/SchemaView/SchemaState/store.js:53–53 ·
view source on GitHub ↗
(path = [])
Source
from the content-addressed store, hash-verified
51
});
52
};
53
const
get = (path = []) => (_.get(state, path));
54
const
set = (arg) => {
55
let
nextState = _.isFunction(arg) ? arg(_.cloneDeep(state)) : arg;
56
setState(nextState);
Callers
1
store.js
File · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected