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

Function IsCelNull

eval/public/testing/matchers.cc:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99CelValueMatcher IsCelNull() {
100 return CelValueMatcher(new CelValueMatcherImpl<CelValue::NullType>(_));
101}
102
103CelValueMatcher IsCelBool(testing::Matcher<bool> m) {
104 return CelValueMatcher(new CelValueMatcherImpl<bool>(std::move(m)));

Callers 2

TESTFunction · 0.85
TEST_PFunction · 0.85

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.68
TEST_PFunction · 0.68