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

Method NewIdent

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

Source from the content-addressed store, hash-verified

104 template <typename Name,
105 typename = std::enable_if_t<IsStringLike<Name>::value>>
106 ABSL_MUST_USE_RESULT Expr NewIdent(Name name) {
107 return NewIdent(NextId(), std::move(name));
108 }
109
110 absl::string_view AccuVarName() { return ExprFactory::AccuVarName(); }
111

Callers 2

TESTFunction · 0.45
visitIdentMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36