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

Function prepared

web/pgadmin/dashboard/__init__.py:472–478  ·  view source on GitHub ↗

This function returns prepared XACT information :param sid: server id :return:

(sid=None, did=None)

Source from the content-addressed store, hash-verified

470@pga_login_required
471@check_precondition
472def prepared(sid=None, did=None):
473 """
474 This function returns prepared XACT information
475 :param sid: server id
476 :return:
477 """
478 return get_data(sid, did, 'prepared.sql')
479
480
481@blueprint.route('/config/<int:sid>', endpoint='config')

Callers

nothing calls this directly

Calls 1

get_dataFunction · 0.70

Tested by

no test coverage detected