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

Method CreateList

eval/public/cel_value.cc:285–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283} // namespace
284
285CelValue CelValue::CreateList() { return CreateList(EmptyCelList::Get()); }
286
287CelValue CelValue::CreateMap() { return CreateMap(EmptyCelMap::Get()); }
288

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
CreateListFunction · 0.50

Tested by

no test coverage detected