MCPcopy 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

GetFloatMethod · 0.45
GetValueMethod · 0.45
AsEquatableValueFunction · 0.45
MessageFieldToJsonMethod · 0.45
WrapFieldImplFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected