The expr version indicates the major / minor version number of the `expr` representation. The most common reason for a version change will be to indicate to the CEL runtimes that transformations have been performed on the expr during static analysis.
| 132 | // runtimes that transformations have been performed on the expr during static |
| 133 | // analysis. |
| 134 | absl::string_view expr_version() const { return expr_version_; } |
| 135 | void set_expr_version(absl::string_view expr_version) { |
| 136 | expr_version_ = expr_version; |
| 137 | } |
no outgoing calls