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

Function ExportAsProtoValue

eval/public/value_export_util.h:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 google::protobuf::Arena* arena);
19
20inline absl::Status ExportAsProtoValue(const CelValue& in_value,
21 google::protobuf::Value* out_value) {
22 google::protobuf::Arena arena;
23 return ExportAsProtoValue(in_value, out_value, &arena);
24}
25
26} // namespace google::api::expr::runtime
27

Callers 1

TESTFunction · 0.70

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.56