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

Method NewAccuIdent

parser/macro_expr_factory.h:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 absl::string_view AccuVarName() { return ExprFactory::AccuVarName(); }
111
112 ABSL_MUST_USE_RESULT Expr NewAccuIdent() { return NewAccuIdent(NextId()); }
113
114 template <typename Operand, typename Field,
115 typename = std::enable_if_t<IsExprLike<Operand>::value>,

Callers 6

ExpandAllMacroFunction · 0.45
ExpandExistsMacroFunction · 0.45
ExpandExistsOneMacroFunction · 0.45
ExpandMap2MacroFunction · 0.45
ExpandMap3MacroFunction · 0.45
ExpandFilterMacroFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected