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

Function DoubleValueIs

common/value_testing.cc:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198ValueMatcher DoubleValueIs(Matcher<double> m) {
199 return ValueMatcher(
200 new SimpleTypeMatcherImpl<DoubleValue, double>(std::move(m)));
201}
202
203ValueMatcher TimestampValueIs(Matcher<absl::Time> m) {
204 return ValueMatcher(

Callers 7

TESTFunction · 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