CopyExpr creates a deep copy of the input Expr value.
(Expr)
| 20 | type ExprFactory interface { |
| 21 | // CopyExpr creates a deep copy of the input Expr value. |
| 22 | CopyExpr(Expr) Expr |
| 23 | |
| 24 | // CopyEntryExpr creates a deep copy of the input EntryExpr value. |
| 25 | CopyEntryExpr(EntryExpr) EntryExpr |
no outgoing calls
no test coverage detected