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

Method NewPresenceTest

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

Source from the content-addressed store, hash-verified

122 typename = std::enable_if_t<IsExprLike<Operand>::value>,
123 typename = std::enable_if_t<IsStringLike<Field>::value>>
124 ABSL_MUST_USE_RESULT Expr NewPresenceTest(Operand operand, Field field) {
125 return NewPresenceTest(NextId(), std::move(operand), std::move(field));
126 }
127
128 template <
129 typename Function, typename... Args,

Callers 1

ExpandHasMacroFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected