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

Function OptionalValueIs

common/value_testing.cc:238–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238ValueMatcher OptionalValueIs(ValueMatcher m) {
239 return ValueMatcher(new OptionalValueMatcherImpl(std::move(m)));
240}
241
242ValueMatcher OptionalValueIsEmpty() { return OptionalValueIsEmptyImpl(); }
243

Callers 4

TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_PFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected