Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ GetFloat
Method
GetFloat
eval/public/structs/field_access_impl.cc:74–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
double GetFloat() const {
75
return static_cast<const Derived*>(this)->GetFloat();
76
}
77
78
double GetDouble() const {
79
return static_cast<const Derived*>(this)->GetDouble();
Callers
5
GetFloat
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