MCPcopy
hub / github.com/jackc/pgx / pointerPointerScanPlan

Struct pointerPointerScanPlan

pgtype/pgtype.go:492–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490type TryWrapScanPlanFunc func(target any) (plan WrappedScanPlanNextSetter, nextTarget any, ok bool)
491
492type pointerPointerScanPlan struct {
493 dstType reflect.Type
494 next ScanPlan
495}
496
497func (plan *pointerPointerScanPlan) SetNext(next ScanPlan) { plan.next = next }
498

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected