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

Function IsCelBytes

eval/public/testing/matchers.cc:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124CelValueMatcher IsCelBytes(testing::Matcher<absl::string_view> m) {
125 return CelValueMatcher(new CelValueMatcherImpl<CelValue::BytesHolder>(
126 testing::Property(&CelValue::BytesHolder::value, m)));
127}
128
129CelValueMatcher IsCelMessage(testing::Matcher<const google::protobuf::Message*> m) {
130 return CelValueMatcher(

Callers 4

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

Calls

no outgoing calls

Tested by 4

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