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

Route initialize_viewdata

web/pgadmin/tools/sqleditor/__init__.py:None–None  ·  view source on GitHub ↗
blueprint.route(
    '/initialize/viewdata/<int:trans_id>/<int:cmd_type>/<obj_type>/'
    '<int:sgid>/<int:sid>/<int:did>/<int:obj_id>',
    methods=["PUT", "POST"],
    endpoint="initialize_viewdata"

Source from the content-addressed store, hash-verified

1##########################################################################
2#
3# pgAdmin 4 - PostgreSQL Tools
4#

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected