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

Method y

extensions/sets_functions_benchmark_test.cc:107–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106 CelValue x() { return CelValue::CreateList(&x_); }
107 CelValue y() { return CelValue::CreateList(&y_); }
108
109 private:
110 ContainerBackedListImpl x_;

Callers 2

RegisterLegacyListsFunction · 0.45
RegisterModernListsFunction · 0.45

Calls 1

CreateListFunction · 0.50

Tested by

no test coverage detected