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

Function HasFullProto

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

If true, the message is using the full proto runtime and downcasting to message should be safe.

Source from the content-addressed store, hash-verified

98 // If true, the message is using the full proto runtime and downcasting to
99 // message should be safe.
100 bool HasFullProto() const { return (message_ptr_ & kTagMask) == kMessageTag; }
101
102 // Returns the underlying message.
103 //

Callers 1

message_wrapper.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected