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

Function JsonListDebugString

internal/json.cc:1744–1749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1742}
1743
1744std::string JsonListDebugString(const google::protobuf::ListValue& message) {
1745 std::string output;
1746 JsonDebugStringState(GeneratedJsonAccessor::Singleton(), &output)
1747 .ListValueDebugString(message);
1748 return output;
1749}
1750
1751std::string JsonListDebugString(const google::protobuf::Message& message) {
1752 DynamicJsonAccessor accessor;

Callers 2

TEST_FFunction · 0.85
DebugStringMethod · 0.85

Calls 3

ListValueDebugStringMethod · 0.80
InitializeListValueMethod · 0.80

Tested by 1

TEST_FFunction · 0.68