| 35 | } |
| 36 | |
| 37 | type chiContext struct { |
| 38 | op *huma.Operation |
| 39 | r *http.Request |
| 40 | w http.ResponseWriter |
| 41 | status int |
| 42 | } |
| 43 | |
| 44 | // check that chiContext implements huma.Context |
| 45 | var _ huma.Context = &chiContext{} |
nothing calls this directly
no outgoing calls
no test coverage detected