MCPcopy
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
192type scanPlanTextByteaToBytes struct{}
193
194func (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