blueprint.route(
'/init/<node_type>/<int:sid>/<int:did>/<int:scid>/<int:fid>',
methods=['GET'], endpoint='init_for_function'
)
| 1 | ########################################################################## |
| 2 | # |
| 3 | # pgAdmin 4 - PostgreSQL Tools |
| 4 | # |
nothing calls this directly
no outgoing calls
no test coverage detected