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

Function JsonDebugString

internal/json.cc:1729–1734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1727} // namespace
1728
1729std::string JsonDebugString(const google::protobuf::Value& message) {
1730 std::string output;
1731 JsonDebugStringState(GeneratedJsonAccessor::Singleton(), &output)
1732 .ValueDebugString(message);
1733 return output;
1734}
1735
1736std::string JsonDebugString(const google::protobuf::Message& message) {
1737 DynamicJsonAccessor accessor;

Callers 1

TEST_FFunction · 0.85

Calls 3

ValueDebugStringMethod · 0.80
InitializeValueMethod · 0.80

Tested by 1

TEST_FFunction · 0.68