(k: str, v: Any)
| 15265 | |
| 15266 | @app.route("/groups/create", methods=["POST"]) |
| 15267 | @login_required |
| 15268 | def group_create(): |
| 15269 | """group_create. |
| 15270 | |
| 15271 | Chat/group feature helper or route handler. |
| 15272 | |
| 15273 | This docstring was expanded to make future maintenance easier. |
no outgoing calls
no test coverage detected