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

Method GetEnumValue

eval/public/structs/field_access_impl.cc:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89
90 int64_t GetEnumValue() const {
91 return static_cast<const Derived*>(this)->GetEnumValue();
92 }
93
94 // This method provides message field content, wrapped in CelValue.
95 // If value provided successfully, return a CelValue, otherwise returns a

Callers 9

GetEnumValueMethod · 0.45
GetEnumValueMethod · 0.45
AsEquatableValueFunction · 0.45
MapValueAsEquatableValueFunction · 0.45
MapEnumFieldToValueMethod · 0.45
MessageFieldToJsonMethod · 0.45
WrapFieldImplFunction · 0.45
WrapMapFieldValueImplFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected