NewCall creates a function call Expr value for a global (free) function.
(function string, args ...ast.Expr)
| 277 | |
| 278 | // NewCall creates a function call Expr value for a global (free) function. |
| 279 | NewCall(function string, args ...ast.Expr) ast.Expr |
| 280 | |
| 281 | // NewMemberCall creates a function call Expr value for a receiver-style function. |
| 282 | NewMemberCall(function string, target ast.Expr, args ...ast.Expr) ast.Expr |
no outgoing calls
no test coverage detected