Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
946
func
(a *anyArrayArrayReflect) ScanIndex(i int) any {
947
return
a.array.Index(i).Addr().Interface()
948
}
949
950
func
(a *anyArrayArrayReflect) ScanIndexType() any {
951
return
reflect.New(a.array.Type().Elem()).Interface()
Callers
nothing calls this directly
Calls
1
Index
Method · 0.65
Tested by
no test coverage detected