Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ x
Method
x
extensions/sets_functions_benchmark_test.cc:106–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
: x_(std::move(x)), y_(std::move(y)) {}
105
106
CelValue x() { return CelValue::CreateList(&x_); }
107
CelValue y() { return CelValue::CreateList(&y_); }
108
109
private:
Callers
2
RegisterLegacyLists
Function · 0.45
RegisterModernLists
Function · 0.45
Calls
1
CreateList
Function · 0.50
Tested by
no test coverage detected