github.com/jackc/pgx/v5/pgtype.ByteaCodec.DecodeValue (method, view implemented interface methods)

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bytea.go#L240: 	return c.DecodeValue(m, oid, format, src)
		bytea.go#L243: func (c ByteaCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {