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