NewPresenceTest implements the ExprHelper interface method.
(operand ast.Expr, field string)
| 487 | |
| 488 | // NewPresenceTest implements the ExprHelper interface method. |
| 489 | func (e *exprHelper) NewPresenceTest(operand ast.Expr, field string) ast.Expr { |
| 490 | return e.exprFactory.NewPresenceTest(e.nextMacroID(), operand, field) |
| 491 | } |
| 492 | |
| 493 | // NewSelect implements the ExprHelper interface method. |
| 494 | func (e *exprHelper) NewSelect(operand ast.Expr, field string) ast.Expr { |
nothing calls this directly
no test coverage detected