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