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

Method GetUInt32

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

Source from the content-addressed store, hash-verified

203 }
204
205 uint64_t GetUInt32() const {
206 return GetReflection()->GetUInt32(*msg_, field_desc_);
207 }
208
209 int64_t GetInt64() const {
210 return GetReflection()->GetInt64(*msg_, field_desc_);

Callers

nothing calls this directly

Calls 1

GetUInt32Method · 0.45

Tested by

no test coverage detected