Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ node
Method
node
web/pgadmin/browser/server_groups/__init__.py:449–450 ·
view source on GitHub ↗
(self, gid)
Source
from the content-addressed store, hash-verified
447
return
make_json_response(data=nodes)
448
449
def
node(self, gid):
450
return
self.nodes(gid)
451
452
453
ServerGroupView.register_node_view(blueprint)
Callers
nothing calls this directly
Calls
1
nodes
Method · 0.95
Tested by
no test coverage detected