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

Function IsCelMessage

eval/public/testing/matchers.cc:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129CelValueMatcher IsCelMessage(testing::Matcher<const google::protobuf::Message*> m) {
130 return CelValueMatcher(
131 new CelValueMatcherImpl<const google::protobuf::Message*>(std::move(m)));
132}
133
134CelValueMatcher IsCelDuration(testing::Matcher<absl::Duration> m) {
135 return CelValueMatcher(new CelValueMatcherImpl<absl::Duration>(std::move(m)));

Callers 6

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

Calls

no outgoing calls

Tested by 5

TESTFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68
ASSERT_OK_AND_ASSIGNFunction · 0.68