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

Method GetDouble

eval/public/structs/field_access_impl.cc:221–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219 }
220
221 double GetDouble() const {
222 return GetReflection()->GetDouble(*msg_, field_desc_);
223 }
224
225 absl::string_view GetString(std::string* buffer) const {
226 return GetReflection()->GetStringReference(*msg_, field_desc_, buffer);

Callers

nothing calls this directly

Calls 1

GetDoubleMethod · 0.45

Tested by

no test coverage detected