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

Struct ResolverWithPointer

huma_test.go:3544–3546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3542}
3543
3544type ResolverWithPointer struct {
3545 Ptr *string
3546}
3547
3548func (r *ResolverWithPointer) Resolve(ctx huma.Context) []error {
3549 r.Ptr = new(string)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected