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

Method x

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

Source from the content-addressed store, hash-verified

116 ModernListStorage(Value x, Value y) : x_(std::move(x)), y_(std::move(y)) {}
117
118 CelValue x() {
119 return interop_internal::ModernValueToLegacyValueOrDie(&arena_, x_);
120 }
121 CelValue y() {
122 return interop_internal::ModernValueToLegacyValueOrDie(&arena_, y_);
123 }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected