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

Function ListValueIs

common/value_testing.cc:230–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230ValueMatcher ListValueIs(Matcher<ListValue> m) {
231 return ValueMatcher(new AbstractTypeMatcherImpl<ListValue>(std::move(m)));
232}
233
234ValueMatcher StructValueIs(Matcher<StructValue> m) {
235 return ValueMatcher(new AbstractTypeMatcherImpl<StructValue>(std::move(m)));

Callers 4

TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected