Ident creates an identifier Expr value.
(name string)
| 119 | |
| 120 | // Ident creates an identifier Expr value. |
| 121 | Ident(name string) *exprpb.Expr |
| 122 | |
| 123 | // AccuIdent returns an accumulator identifier for use with comprehension results. |
| 124 | AccuIdent() *exprpb.Expr |
no outgoing calls