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