GlobalCall creates a function call Expr value for a global (free) function.
(function string, args ...*exprpb.Expr)
| 125 | |
| 126 | // GlobalCall creates a function call Expr value for a global (free) function. |
| 127 | GlobalCall(function string, args ...*exprpb.Expr) *exprpb.Expr |
| 128 | |
| 129 | // ReceiverCall creates a function call Expr value for a receiver-style function. |
| 130 | ReceiverCall(function string, target *exprpb.Expr, args ...*exprpb.Expr) *exprpb.Expr |
no outgoing calls