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

Struct clientFailSource

copy_from_test.go:556–559  ·  copy_from_test.go::clientFailSource

Source from the content-addressed store, hash-verified

554}
555
556type clientFailSource struct {
557 count int
558 err error
559}
560
561func (cfs *clientFailSource) Next() bool {
562 cfs.count++

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected