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

Function View

web/pgadmin/static/js/SchemaView/registry.js:33–38  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

31}
32
33export function View(name) {
34 const view = _views[name];
35
36 if (view) return view;
37 throw new Error(`View ${name} is not found in the registry.`);
38}
39
40export function hasView(name) {
41 return (name in _views);

Callers 6

isSingleCollectionFunction · 0.90
createFieldControlsFunction · 0.90
DataGridFormHeaderFunction · 0.90
_suggest_expressionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected