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

Function IsCelString

eval/public/testing/matchers.cc:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119CelValueMatcher IsCelString(testing::Matcher<absl::string_view> m) {
120 return CelValueMatcher(new CelValueMatcherImpl<CelValue::StringHolder>(
121 testing::Property(&CelValue::StringHolder::value, m)));
122}
123
124CelValueMatcher IsCelBytes(testing::Matcher<absl::string_view> m) {
125 return CelValueMatcher(new CelValueMatcherImpl<CelValue::BytesHolder>(

Callers 10

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

Calls

no outgoing calls

Tested by 7

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