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

Function IntValueIs

common/value_testing.cc:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188ValueMatcher IntValueIs(Matcher<int64_t> m) {
189 return ValueMatcher(
190 new SimpleTypeMatcherImpl<IntValue, int64_t>(std::move(m)));
191}
192
193ValueMatcher UintValueIs(Matcher<uint64_t> m) {
194 return ValueMatcher(

Callers 15

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