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

Method DebugString

common/values/double_value.cc:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66} // namespace
67
68std::string DoubleValue::DebugString() const {
69 return DoubleDebugString(NativeValue());
70}
71
72absl::Status DoubleValue::SerializeTo(
73 const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,

Callers

nothing calls this directly

Calls 2

DoubleDebugStringFunction · 0.85
NativeValueFunction · 0.70

Tested by

no test coverage detected