MCPcopy
hub / github.com/jackc/pgx / scanPlanAnyToUndecodedBytes

Struct scanPlanAnyToUndecodedBytes

pgtype/bytea.go:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49type UndecodedBytes []byte
50
51type scanPlanAnyToUndecodedBytes struct{}
52
53func (scanPlanAnyToUndecodedBytes) Scan(src []byte, dst any) error {
54 dstBuf := dst.(*UndecodedBytes)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected