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

Struct ResolverCalls

huma_test.go:3514–3516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3512}
3513
3514type ResolverCalls struct {
3515 Calls int
3516}
3517
3518func (r *ResolverCalls) Resolve(ctx huma.Context) []error {
3519 r.Calls++

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected