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

Method FieldToJsonObject

internal/json.cc:363–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361 }
362
363 absl::Status FieldToJsonObject(
364 const google::protobuf::Message& message,
365 const google::protobuf::FieldDescriptor* absl_nonnull field,
366 google::protobuf::MessageLite* absl_nonnull result) {
367 return MessageMapFieldToJson(message, field, result);
368 }
369
370 virtual absl::Status Initialize(
371 google::protobuf::MessageLite* absl_nonnull message) = 0;

Callers 1

MessageFieldToJsonFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected