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

Struct scanPlanTextByteaToBytesScanner

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

Source from the content-addressed store, hash-verified

208}
209
210type scanPlanTextByteaToBytesScanner struct{}
211
212func (scanPlanTextByteaToBytesScanner) Scan(src []byte, dst any) error {
213 scanner := (dst).(BytesScanner)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected