MCPcopy 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

RegisterLegacyListsFunction · 0.45
RegisterModernListsFunction · 0.45

Calls 1

CreateListFunction · 0.50

Tested by

no test coverage detected