Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ clientFailSource
Struct
clientFailSource
copy_from_test.go:556–559 · copy_from_test.go::clientFailSource
Source
from the content-addressed store, hash-verified
554
}
555
556
type
clientFailSource
struct
{
557
count int
558
err error
559
}
560
561
func
(cfs *clientFailSource) Next() bool {
562
cfs.count++
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected