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

Function IsCelDouble

eval/public/testing/matchers.cc:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115CelValueMatcher IsCelDouble(testing::Matcher<double> m) {
116 return CelValueMatcher(new CelValueMatcherImpl<double>(std::move(m)));
117}
118
119CelValueMatcher IsCelString(testing::Matcher<absl::string_view> m) {
120 return CelValueMatcher(new CelValueMatcherImpl<CelValue::StringHolder>(

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