github.com/jackc/pgx/v5/pgproto3.FunctionCall.ArgFormatCodes (field)

5 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		function_call.go#L13: 	ArgFormatCodes   []uint16
		function_call.go#L55: 	dst.ArgFormatCodes = argumentCodes
		function_call.go#L101: 	if len(src.ArgFormatCodes) > math.MaxUint16 {
		function_call.go#L104: 	dst = pgio.AppendUint16(dst, uint16(len(src.ArgFormatCodes)))
		function_call.go#L105: 	for _, argFormatCode := range src.ArgFormatCodes {