| 190 | var _ TestAPI = &testAPI{} |
| 191 | |
| 192 | type testAPI struct { |
| 193 | huma.API |
| 194 | tb TB |
| 195 | } |
| 196 | |
| 197 | func (a *testAPI) Config() huma.Config { |
| 198 | if cp, ok := a.API.(interface{ Config() huma.Config }); ok { |
nothing calls this directly
no outgoing calls
no test coverage detected