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

Struct copyFromRows

copy_from.go:19–22  ·  copy_from.go::copyFromRows

Source from the content-addressed store, hash-verified

17}
18
19type copyFromRows struct {
20 rows [][]any
21 idx int
22}
23
24func (ctr *copyFromRows) Next() bool {
25 ctr.idx++

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected