Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ copyFromSlice
Struct
copyFromSlice
copy_from.go:43–48 · copy_from.go::copyFromSlice
Source
from the content-addressed store, hash-verified
41
}
42
43
type
copyFromSlice
struct
{
44
next
func
(int) ([]any, error)
45
idx int
46
len int
47
err error
48
}
49
50
func
(cts *copyFromSlice) Next() bool {
51
cts.idx++
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected