Copy the input expression with a brand new set of identifiers.
(*exprpb.Expr)
| 57 | type MacroExprHelper interface { |
| 58 | // Copy the input expression with a brand new set of identifiers. |
| 59 | Copy(*exprpb.Expr) *exprpb.Expr |
| 60 | |
| 61 | // LiteralBool creates an Expr value for a bool literal. |
| 62 | LiteralBool(value bool) *exprpb.Expr |
no outgoing calls