| 375 | } |
| 376 | |
| 377 | type adaptingHelper struct { |
| 378 | modernHelper parser.ExprHelper |
| 379 | } |
| 380 | |
| 381 | // Copy the input expression with a brand new set of identifiers. |
| 382 | func (ah *adaptingHelper) Copy(e *exprpb.Expr) *exprpb.Expr { |
nothing calls this directly
no outgoing calls
no test coverage detected