Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ clientFinalErrSource
Struct
clientFinalErrSource
copy_from_test.go:811–813 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
809
}
810
811
type
clientFinalErrSource
struct
{
812
count int
813
}
814
815
func
(cfs *clientFinalErrSource) Next() bool {
816
cfs.count++
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected