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

Function IsCelUint64

eval/public/testing/matchers.cc:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111CelValueMatcher IsCelUint64(testing::Matcher<uint64_t> m) {
112 return CelValueMatcher(new CelValueMatcherImpl<uint64_t>(std::move(m)));
113}
114
115CelValueMatcher IsCelDouble(testing::Matcher<double> m) {
116 return CelValueMatcher(new CelValueMatcherImpl<double>(std::move(m)));

Callers 6

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

Calls

no outgoing calls

Tested by 6

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