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

Function UintValueIs

common/value_testing.cc:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193ValueMatcher UintValueIs(Matcher<uint64_t> m) {
194 return ValueMatcher(
195 new SimpleTypeMatcherImpl<UintValue, uint64_t>(std::move(m)));
196}
197
198ValueMatcher DoubleValueIs(Matcher<double> m) {
199 return ValueMatcher(

Callers 6

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