Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetInt64
Method · 0.45
GetValue
Method · 0.45
GetSeconds
Method · 0.45
AsEquatableValue
Function · 0.45
MessageFieldToJson
Method · 0.45
WrapFieldImpl
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected