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

Method GetEnumValue

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

Source from the content-addressed store, hash-verified

238 }
239
240 int64_t GetEnumValue() const {
241 return GetReflection()->GetEnumValue(*msg_, field_desc_);
242 }
243
244 const Reflection* GetReflection() const { return msg_->GetReflection(); }
245

Callers

nothing calls this directly

Calls 1

GetEnumValueMethod · 0.45

Tested by

no test coverage detected