Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
716
type
slowFailRaceSource
struct
{
717
count int
718
}
719
720
func
(fs *slowFailRaceSource) Next() bool {
721
time.Sleep(time.Millisecond)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected