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

Function message_ptr

eval/public/message_wrapper.h:105–108  ·  view source on GitHub ↗

Returns the underlying message. Clients must check HasFullProto before downcasting to Message.

Source from the content-addressed store, hash-verified

103 //
104 // Clients must check HasFullProto before downcasting to Message.
105 const google::protobuf::MessageLite* message_ptr() const {
106 return reinterpret_cast<const google::protobuf::MessageLite*>(message_ptr_ &
107 kPtrMask);
108 }
109
110 // Type information associated with this message.
111 const LegacyTypeInfoApis* legacy_type_info() const {

Callers 1

message_wrapper.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected