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

Method NewSelect

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

Source from the content-addressed store, hash-verified

115 typename = std::enable_if_t<IsExprLike<Operand>::value>,
116 typename = std::enable_if_t<IsStringLike<Field>::value>>
117 ABSL_MUST_USE_RESULT Expr NewSelect(Operand operand, Field field) {
118 return NewSelect(NextId(), std::move(operand), std::move(field));
119 }
120
121 template <typename Operand, typename Field,
122 typename = std::enable_if_t<IsExprLike<Operand>::value>,

Callers 2

TESTFunction · 0.45
visitSelectMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36