github.com/jackc/pgx/v5/pgproto3.FunctionCall.Arguments (field)
5 uses
github.com/jackc/pgx/v5/pgproto3 (current package)
function_call.go#L14: Arguments [][]byte
function_call.go#L84: dst.Arguments = arguments
function_call.go#L110: if len(src.Arguments) > math.MaxUint16 {
function_call.go#L113: dst = pgio.AppendUint16(dst, uint16(len(src.Arguments)))
function_call.go#L114: for _, argument := range src.Arguments {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)