MCPcopy
hub / github.com/danielgtaylor/huma / testAPI

Struct testAPI

humatest/humatest.go:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190var _ TestAPI = &testAPI{}
191
192type testAPI struct {
193 huma.API
194 tb TB
195}
196
197func (a *testAPI) Config() huma.Config {
198 if cp, ok := a.API.(interface{ Config() huma.Config }); ok {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected