()
| 331 | } |
| 332 | |
| 333 | func (e *exprHelper) nextMacroID() int64 { |
| 334 | return e.parserHelper.id(e.parserHelper.getLocation(e.id)) |
| 335 | } |
| 336 | |
| 337 | // Copy implements the ExprHelper interface method by producing a copy of the input Expr value |
| 338 | // with a fresh set of numeric identifiers the Expr and all its descendants. |
no test coverage detected