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

Method FieldToJsonArray

internal/json.cc:356–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354 }
355
356 absl::Status FieldToJsonArray(
357 const google::protobuf::Message& message,
358 const google::protobuf::FieldDescriptor* absl_nonnull field,
359 google::protobuf::MessageLite* absl_nonnull result) {
360 return MessageRepeatedFieldToJson(message, field, result);
361 }
362
363 absl::Status FieldToJsonObject(
364 const google::protobuf::Message& message,

Callers 1

MessageFieldToJsonFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected