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

Function get_node_blueprint

web/pgadmin/tools/search_objects/utils.py:18–24  ·  view source on GitHub ↗
(node_type)

Source from the content-addressed store, hash-verified

16
17
18def get_node_blueprint(node_type):
19 blueprint = None
20 node_type = 'NODE-' + node_type
21 if node_type in current_app.blueprints:
22 blueprint = current_app.blueprints[node_type]
23
24 return blueprint
25
26
27class SearchObjectsHelper:

Callers 2

get_show_node_prefsMethod · 0.85
get_supported_typesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected