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

Route initialize_target

web/pgadmin/tools/debugger/__init__.py:None–None  ·  view source on GitHub ↗
blueprint.route(
    '/initialize_target/<debug_type>/<int:trans_id>/<int:sid>/<int:did>/'
    '<int:scid>/<int:func_id>',
    methods=['POST'],
    endpoint='initialize_target_for_function'
)

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