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

Struct slowFailRaceSource

copy_from_test.go:716–718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714}
715
716type slowFailRaceSource struct {
717 count int
718}
719
720func (fs *slowFailRaceSource) Next() bool {
721 time.Sleep(time.Millisecond)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected