MCPcopy
hub / github.com/jackc/pgx / scanPlanBinaryBytesToBytesScanner

Struct scanPlanBinaryBytesToBytesScanner

pgtype/bytea.go:185–185  ·  pgtype/bytea.go::scanPlanBinaryBytesToBytesScanner

Source from the content-addressed store, hash-verified

183}
184
185type scanPlanBinaryBytesToBytesScanner struct{}
186
187func (scanPlanBinaryBytesToBytesScanner) Scan(src []byte, dst any) error {
188 scanner := (dst).(BytesScanner)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected