Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
171
type
scanPlanBinaryBytesToBytes
struct
{}
172
173
func
(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