(response: HTMLResponse, event_name: str)
| 142 | |
| 143 | |
| 144 | def _with_hx_trigger(response: HTMLResponse, event_name: str) -> HTMLResponse: |
| 145 | response.headers["HX-Trigger"] = event_name |
| 146 | return response |
| 147 | |
| 148 | |
| 149 | def _get_int_query_param( |
no outgoing calls
no test coverage detected