NewAccuIdent implements the ExprHelper interface method.
()
| 467 | |
| 468 | // NewAccuIdent implements the ExprHelper interface method. |
| 469 | func (e *exprHelper) NewAccuIdent() ast.Expr { |
| 470 | return e.exprFactory.NewAccuIdent(e.nextMacroID()) |
| 471 | } |
| 472 | |
| 473 | // AccuIdentName implements the ExprHelper interface method. |
| 474 | func (e *exprHelper) AccuIdentName() string { |
nothing calls this directly
no test coverage detected