github.com/jackc/pgx/v5/pgproto3.Execute.Encode (method, view implemented interface methods)
4 uses
github.com/jackc/pgx/v5/pgproto3 (current package)
execute.go#L39: func (src *Execute) Encode(dst []byte) ([]byte, error) {
frontend.go#L226: newBuf, err := msg.Encode(f.wbuf)
github.com/jackc/pgx/v5/pgconn
pgconn.go#L1894: batch.buf, batch.err = (&pgproto3.Execute{}).Encode(batch.buf)
pgconn.go#L1918: batch.buf, batch.err = (&pgproto3.Execute{}).Encode(batch.buf)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)