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

Struct clientFinalErrSource

copy_from_test.go:811–813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

809}
810
811type clientFinalErrSource struct {
812 count int
813}
814
815func (cfs *clientFinalErrSource) Next() bool {
816 cfs.count++

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected