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

Method InitializeValue

internal/json.cc:1531–1533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1529class DynamicJsonAccessor final : public JsonAccessor {
1530 public:
1531 void InitializeValue(const google::protobuf::Message& message) {
1532 ABSL_CHECK_OK(reflection_.Initialize(message.GetDescriptor())); // Crash OK
1533 }
1534
1535 void InitializeListValue(const google::protobuf::Message& message) {
1536 ABSL_CHECK_OK(reflection_.Initialize(message.GetDescriptor())); // Crash OK

Callers 2

JsonDebugStringFunction · 0.80
JsonEqualsFunction · 0.80

Calls 2

InitializeMethod · 0.45
GetDescriptorMethod · 0.45

Tested by

no test coverage detected