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

Function BoolValueIs

common/value_testing.cc:184–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182} // namespace
183
184ValueMatcher BoolValueIs(Matcher<bool> m) {
185 return ValueMatcher(new SimpleTypeMatcherImpl<BoolValue, bool>(std::move(m)));
186}
187
188ValueMatcher IntValueIs(Matcher<int64_t> m) {
189 return ValueMatcher(

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected