| 246 | } |
| 247 | |
| 248 | bool attribute_tracking_enabled() const { |
| 249 | return options_->unknown_processing != |
| 250 | cel::UnknownProcessingOptions::kDisabled || |
| 251 | options_->enable_missing_attribute_errors; |
| 252 | } |
| 253 | |
| 254 | bool missing_attribute_errors_enabled() const { |
| 255 | return options_->enable_missing_attribute_errors; |
no outgoing calls
no test coverage detected