Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ wrapInt64ScanPlan
Struct
wrapInt64ScanPlan
pgtype/pgtype.go:689–691 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
687
}
688
689
type
wrapInt64ScanPlan
struct
{
690
next ScanPlan
691
}
692
693
func
(plan *wrapInt64ScanPlan) SetNext(next ScanPlan) { plan.next = next }
694
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected