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

Function EqualsCelValue

eval/public/testing/matchers.cc:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93} // namespace
94
95CelValueMatcher EqualsCelValue(const CelValue& v) {
96 return CelValueMatcher(new CelValueEqualImpl(v));
97}
98
99CelValueMatcher IsCelNull() {
100 return CelValueMatcher(new CelValueMatcherImpl<CelValue::NullType>(_));

Callers 7

ExpectResultFunction · 0.85
ExpectResultFunction · 0.85
ExpectResultFunction · 0.85
TESTFunction · 0.85
TEST_PFunction · 0.85
TEST_PFunction · 0.85
ExpectResultFunction · 0.85

Calls

no outgoing calls

Tested by 7

ExpectResultFunction · 0.68
ExpectResultFunction · 0.68
ExpectResultFunction · 0.68
TESTFunction · 0.68
TEST_PFunction · 0.68
TEST_PFunction · 0.68
ExpectResultFunction · 0.68