| 183 | } |
| 184 | |
| 185 | type scanPlanBinaryBytesToBytesScanner struct{} |
| 186 | |
| 187 | func (scanPlanBinaryBytesToBytesScanner) Scan(src []byte, dst any) error { |
| 188 | scanner := (dst).(BytesScanner) |
nothing calls this directly
no outgoing calls
no test coverage detected