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

Function MapValueIs

common/value_testing.cc:226–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226ValueMatcher MapValueIs(Matcher<MapValue> m) {
227 return ValueMatcher(new AbstractTypeMatcherImpl<MapValue>(std::move(m)));
228}
229
230ValueMatcher ListValueIs(Matcher<ListValue> m) {
231 return ValueMatcher(new AbstractTypeMatcherImpl<ListValue>(std::move(m)));

Callers 5

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