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

Method GetUInt64

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

Source from the content-addressed store, hash-verified

211 }
212
213 uint64_t GetUInt64() const {
214 return GetReflection()->GetUInt64(*msg_, field_desc_);
215 }
216
217 double GetFloat() const {
218 return GetReflection()->GetFloat(*msg_, field_desc_);

Callers

nothing calls this directly

Calls 1

GetUInt64Method · 0.45

Tested by

no test coverage detected