| 44 | } |
| 45 | |
| 46 | bool IsLegacyMapValue(const Value& value) { |
| 47 | return value.variant_.Is<LegacyMapValue>(); |
| 48 | } |
| 49 | |
| 50 | LegacyMapValue GetLegacyMapValue(const Value& value) { |
| 51 | ABSL_DCHECK(IsLegacyMapValue(value)); |
no outgoing calls
no test coverage detected