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

Struct copyFromFunc

copy_from.go:74–78  ·  copy_from.go::copyFromFunc

Source from the content-addressed store, hash-verified

72}
73
74type copyFromFunc struct {
75 next func() ([]any, error)
76 valueRow []any
77 err error
78}
79
80func (g *copyFromFunc) Next() bool {
81 g.valueRow, g.err = g.next()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected