| 395 | namespace common_internal { |
| 396 | |
| 397 | std::string LegacyListValue::DebugString() const { |
| 398 | return CelValue::CreateList(impl_).DebugString(); |
| 399 | } |
| 400 | |
| 401 | // See `ValueInterface::SerializeTo`. |
| 402 | absl::Status LegacyListValue::SerializeTo( |
no test coverage detected