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

Method GetUInt64

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

Source from the content-addressed store, hash-verified

68 }
69
70 uint64_t GetUInt64() const {
71 return static_cast<const Derived*>(this)->GetUInt64();
72 }
73
74 double GetFloat() const {
75 return static_cast<const Derived*>(this)->GetFloat();

Callers 5

GetUInt64Method · 0.45
GetValueMethod · 0.45
AsEquatableValueFunction · 0.45
MessageFieldToJsonMethod · 0.45
WrapFieldImplFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected