Get the current websocket
()
| 89 | |
| 90 | |
| 91 | def use_websocket() -> WebSocketConnection: |
| 92 | """Get the current websocket""" |
| 93 | return use_connection().carrier.websocket |
| 94 | |
| 95 | |
| 96 | def use_connection() -> Connection[_SanicCarrier]: |
nothing calls this directly
no test coverage detected