Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ failSource
Struct
failSource
copy_from_test.go:636–638 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
634
}
635
636
type
failSource
struct
{
637
count int
638
}
639
640
func
(fs *failSource) Next() bool {
641
time.Sleep(time.Millisecond * 100)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected