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

Function AsMessageWrapper

common/legacy_value.cc:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89MessageWrapper AsMessageWrapper(
90 const google::protobuf::Message* absl_nullability_unknown message_ptr,
91 const LegacyTypeInfoApis* absl_nullability_unknown type_info) {
92 return MessageWrapper(message_ptr, type_info);
93}
94
95class CelListIterator final : public ValueIterator {
96 public:

Callers 12

LegacyTrivialStructValueFunction · 0.85
GetTypeNameMethod · 0.85
DebugStringMethod · 0.85
SerializeToMethod · 0.85
ConvertToJsonMethod · 0.85
ConvertToJsonObjectMethod · 0.85
EqualMethod · 0.85
IsZeroValueMethod · 0.85
GetFieldByNameMethod · 0.85
HasFieldByNameMethod · 0.85
ForEachFieldMethod · 0.85
QualifyMethod · 0.85

Calls 1

MessageWrapperFunction · 0.85

Tested by

no test coverage detected