| 247 | } |
| 248 | |
| 249 | bool HasFanoutValue(const FanoutsMap& fanouts, const FanoutsMap::iterator& it) { |
| 250 | return it != fanouts.end() && !it->second.empty(); |
| 251 | } |
| 252 | |
| 253 | Status MutationError(absl::string_view function_name, absl::string_view params, |
| 254 | absl::string_view msg) { |
no test coverage detected