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

Method CreateMap

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

Source from the content-addressed store, hash-verified

285CelValue CelValue::CreateList() { return CreateList(EmptyCelList::Get()); }
286
287CelValue CelValue::CreateMap() { return CreateMap(EmptyCelMap::Get()); }
288
289CelValue CreateErrorValue(cel::MemoryManagerRef manager,
290 absl::string_view message,

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
CreateMapFunction · 0.50

Tested by

no test coverage detected