Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
285
CelValue CelValue::CreateList() { return CreateList(EmptyCelList::Get()); }
286
287
CelValue CelValue::CreateMap() { return CreateMap(EmptyCelMap::Get()); }
288
Callers
nothing calls this directly
Calls
2
Get
Function · 0.85
CreateList
Function · 0.50
Tested by
no test coverage detected