MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / expr_version

Method expr_version

common/ast.h:134–134  ·  view source on GitHub ↗

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.

Source from the content-addressed store, hash-verified

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 }

Callers 3

TESTFunction · 0.80
CreateAstFromCheckedExprFunction · 0.80
AstToCheckedExprFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64