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

Struct benchmarkWriteTableCopyFromSrc

bench_test.go:363–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361)`
362
363type benchmarkWriteTableCopyFromSrc struct {
364 count int
365 idx int
366 row []any
367}
368
369func (s *benchmarkWriteTableCopyFromSrc) Next() bool {
370 next := s.idx < s.count

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected