()
| 45 | @blueprint.route('/', methods=['GET'], endpoint='list') |
| 46 | @pga_login_required |
| 47 | def index(): |
| 48 | return make_response(response=BatchProcess.list()) |
| 49 | |
| 50 | |
| 51 | @blueprint.route('/<pid>', methods=['GET'], endpoint='status') |
nothing calls this directly
no test coverage detected