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