Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ copyFromRows
Struct
copyFromRows
copy_from.go:19–22 · copy_from.go::copyFromRows
Source
from the content-addressed store, hash-verified
17
}
18
19
type
copyFromRows
struct
{
20
rows [][]any
21
idx int
22
}
23
24
func
(ctr *copyFromRows) Next() bool {
25
ctr.idx++
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected