Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ scanPlanTextByteaToBytes
Struct
scanPlanTextByteaToBytes
pgtype/bytea.go:192–192 · pgtype/bytea.go::scanPlanTextByteaToBytes
Source
from the content-addressed store, hash-verified
190
}
191
192
type
scanPlanTextByteaToBytes
struct
{}
193
194
func
(scanPlanTextByteaToBytes) Scan(src []byte, dst any) error {
195
dstBuf := dst.(*[]byte)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected