MCPcopy Index your code
hub / github.com/jackc/pgx / ScanIndex

Method ScanIndex

pgtype/builtin_wrappers.go:946–948  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

944}
945
946func (a *anyArrayArrayReflect) ScanIndex(i int) any {
947 return a.array.Index(i).Addr().Interface()
948}
949
950func (a *anyArrayArrayReflect) ScanIndexType() any {
951 return reflect.New(a.array.Type().Elem()).Interface()

Callers

nothing calls this directly

Calls 1

IndexMethod · 0.65

Tested by

no test coverage detected