MCPcopy 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.jsFile · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected