()
| 164 | return flask.request.method |
| 165 | |
| 166 | def options(): |
| 167 | return random_uuid4 |
| 168 | |
| 169 | app.add_url_rule("/", "index", index) |
| 170 | app.add_url_rule("/more", "more", more, methods=["GET", "POST"]) |
nothing calls this directly
no outgoing calls
no test coverage detected