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

Struct scanPlanBinaryBytesToBytes

pgtype/bytea.go:171–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171type scanPlanBinaryBytesToBytes struct{}
172
173func (scanPlanBinaryBytesToBytes) Scan(src []byte, dst any) error {
174 dstBuf := dst.(*[]byte)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected