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

Method GetInt64

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

Source from the content-addressed store, hash-verified

64 }
65
66 int64_t GetInt64() const {
67 return static_cast<const Derived*>(this)->GetInt64();
68 }
69
70 uint64_t GetUInt64() const {
71 return static_cast<const Derived*>(this)->GetUInt64();

Callers 6

GetInt64Method · 0.45
GetValueMethod · 0.45
GetSecondsMethod · 0.45
AsEquatableValueFunction · 0.45
MessageFieldToJsonMethod · 0.45
WrapFieldImplFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected