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

Function IsCelList

eval/public/testing/matchers.h:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105template <typename ContainerMatcher>
106CelValueMatcher IsCelList(ContainerMatcher m) {
107 return CelValueMatcher(new CelListMatcher(m));
108}
109// TODO(issues/73): add helpers for working with maps and unknown sets.
110
111} // namespace test

Callers 3

TESTFunction · 0.85
TESTFunction · 0.85
ASSERT_OK_AND_ASSIGNFunction · 0.85

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.68
TESTFunction · 0.68
ASSERT_OK_AND_ASSIGNFunction · 0.68