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

Method y

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

Source from the content-addressed store, hash-verified

119 return interop_internal::ModernValueToLegacyValueOrDie(&arena_, x_);
120 }
121 CelValue y() {
122 return interop_internal::ModernValueToLegacyValueOrDie(&arena_, y_);
123 }
124
125 private:
126 google::protobuf::Arena arena_;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected