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