MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / GetDouble

Method GetDouble

eval/public/structs/field_access_impl.cc:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 double GetDouble() const {
79 return static_cast<const Derived*>(this)->GetDouble();
80 }
81
82 absl::string_view GetString(std::string* buffer) const {
83 return static_cast<const Derived*>(this)->GetString(buffer);

Callers 6

GetDoubleMethod · 0.45
EvaluateInMapFunction · 0.45
CelNumberFromValueFunction · 0.45
FormatStringFunction · 0.45
FormatDecimalFunction · 0.45
GetDoubleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected