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

Method NewAccuIdent

common/expr_factory.h:184–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 absl::string_view AccuVarName() { return accu_var_; }
183
184 Expr NewAccuIdent(ExprId id) { return NewIdent(id, AccuVarName()); }
185
186 template <typename Operand, typename Field,
187 typename = std::enable_if_t<IsExprLike<Operand>::value>,

Callers 10

ExpandAllMacro2Function · 0.45
ExpandExistsMacro2Function · 0.45
ExpandExistsOneMacro2Function · 0.45
ExpandTransformMap3MacroFunction · 0.45
ExpandTransformMap4MacroFunction · 0.45
MakeMapComprehensionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected