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

Function JsonMapDebugString

internal/json.cc:1759–1764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1757}
1758
1759std::string JsonMapDebugString(const google::protobuf::Struct& message) {
1760 std::string output;
1761 JsonDebugStringState(GeneratedJsonAccessor::Singleton(), &output)
1762 .StructDebugString(message);
1763 return output;
1764}
1765
1766std::string JsonMapDebugString(const google::protobuf::Message& message) {
1767 DynamicJsonAccessor accessor;

Callers 2

TEST_FFunction · 0.85
DebugStringMethod · 0.85

Calls 3

StructDebugStringMethod · 0.80
InitializeStructMethod · 0.80

Tested by 1

TEST_FFunction · 0.68