Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetUInt64
Method · 0.45
GetValue
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