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:217–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
}
216
217
double GetFloat() const {
218
return GetReflection()->GetFloat(*msg_, field_desc_);
219
}
220
221
double GetDouble() const {
222
return GetReflection()->GetDouble(*msg_, field_desc_);
Callers
nothing calls this directly
Calls
1
GetFloat
Method · 0.45
Tested by
no test coverage detected