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

Function index

web/pgadmin/misc/bgprocess/__init__.py:47–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45@blueprint.route('/', methods=['GET'], endpoint='list')
46@pga_login_required
47def index():
48 return make_response(response=BatchProcess.list())
49
50
51@blueprint.route('/<pid>', methods=['GET'], endpoint='status')

Callers

nothing calls this directly

Calls 2

make_responseFunction · 0.90
listMethod · 0.45

Tested by

no test coverage detected