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

Method InitializeListValue

internal/json.cc:1535–1537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1533 }
1534
1535 void InitializeListValue(const google::protobuf::Message& message) {
1536 ABSL_CHECK_OK(reflection_.Initialize(message.GetDescriptor())); // Crash OK
1537 }
1538
1539 void InitializeStruct(const google::protobuf::Message& message) {
1540 ABSL_CHECK_OK(reflection_.Initialize(message.GetDescriptor())); // Crash OK

Callers 2

JsonListDebugStringFunction · 0.80
JsonListEqualsFunction · 0.80

Calls 2

InitializeMethod · 0.45
GetDescriptorMethod · 0.45

Tested by

no test coverage detected