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

Method InitializeStruct

internal/json.cc:1539–1541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1537 }
1538
1539 void InitializeStruct(const google::protobuf::Message& message) {
1540 ABSL_CHECK_OK(reflection_.Initialize(message.GetDescriptor())); // Crash OK
1541 }
1542
1543 google::protobuf::Value::KindCase GetKindCase(
1544 const google::protobuf::MessageLite& message) const override {

Callers 2

JsonMapDebugStringFunction · 0.80
JsonMapEqualsFunction · 0.80

Calls 2

InitializeMethod · 0.45
GetDescriptorMethod · 0.45

Tested by

no test coverage detected