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

Function url

web/pgadmin/static/js/UtilityView.jsx:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 const serverInfo = treeNodeInfo && ('server' in treeNodeInfo) && pgAdmin.Browser.serverInfo?.[treeNodeInfo.server._id];
82 const api = getApiInstance();
83 const url = ()=>{
84 return urlBase;
85 };
86 const confirmOnReset = usePreferences().getPreferencesForModule('browser').confirm_on_properties_close;
87
88 /* button icons */

Callers 1

onSaveClickFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected