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

Method GetEnumValue

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

Source from the content-addressed store, hash-verified

330 const Message* GetMessage() const { return &value_ref_->GetMessageValue(); }
331
332 int64_t GetEnumValue() const { return value_ref_->GetEnumValue(); }
333
334 const Reflection* GetReflection() const { return msg_->GetReflection(); }
335

Callers

nothing calls this directly

Calls 1

GetEnumValueMethod · 0.45

Tested by

no test coverage detected