AccuIdentName returns the name of the accumulator identifier.
()
| 274 | |
| 275 | // AccuIdentName returns the name of the accumulator identifier. |
| 276 | AccuIdentName() string |
| 277 | |
| 278 | // NewCall creates a function call Expr value for a global (free) function. |
| 279 | NewCall(function string, args ...ast.Expr) ast.Expr |
no outgoing calls
no test coverage detected