AccuIdent returns an accumulator identifier for use with comprehension results.
()
| 122 | |
| 123 | // AccuIdent returns an accumulator identifier for use with comprehension results. |
| 124 | AccuIdent() *exprpb.Expr |
| 125 | |
| 126 | // GlobalCall creates a function call Expr value for a global (free) function. |
| 127 | GlobalCall(function string, args ...*exprpb.Expr) *exprpb.Expr |
no outgoing calls