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

Method GetInt64

eval/public/structs/field_access_impl.cc:209–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 }
208
209 int64_t GetInt64() const {
210 return GetReflection()->GetInt64(*msg_, field_desc_);
211 }
212
213 uint64_t GetUInt64() const {
214 return GetReflection()->GetUInt64(*msg_, field_desc_);

Callers

nothing calls this directly

Calls 1

GetInt64Method · 0.45

Tested by

no test coverage detected