MCPcopy 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

GetFloatMethod · 0.45

Tested by

no test coverage detected