NewMemberCall creates a function call Expr value for a receiver-style function.
(function string, target ast.Expr, args ...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 |
| 283 | |
| 284 | // NewPresenceTest creates a Select TestOnly Expr value for modelling has() semantics. |
| 285 | NewPresenceTest(operand ast.Expr, field string) ast.Expr |
no outgoing calls
no test coverage detected