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

Function IsNullValue

common/value_testing.h:59–59  ·  view source on GitHub ↗

Returns a matcher for CEL null value.

Source from the content-addressed store, hash-verified

57
58// Returns a matcher for CEL null value.
59inline ValueMatcher IsNullValue() { return ValueKindIs(ValueKind::kNull); }
60
61// Returns a matcher for CEL bool values.
62ValueMatcher BoolValueIs(testing::Matcher<bool> m);

Callers 10

TESTFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected