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

Method ToJsonObject

internal/json.cc:345–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343 }
344
345 absl::Status ToJsonObject(const google::protobuf::Message& message,
346 google::protobuf::MessageLite* absl_nonnull result) {
347 return MessageToJson(message, result);
348 }
349
350 absl::Status FieldToJson(const google::protobuf::Message& message,
351 const google::protobuf::FieldDescriptor* absl_nonnull field,

Callers 1

MessageToJsonFunction · 0.80

Calls 1

MessageToJsonFunction · 0.85

Tested by

no test coverage detected