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

Method set_expr_version

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

Source from the content-addressed store, hash-verified

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 }
138
139 // Computes the source location (line and column) for the given expression ID
140 // from the source info (which stores absolute positions).

Callers 2

AstToCheckedExprFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64