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

Method attribute_tracking_enabled

eval/eval/evaluator_core.h:248–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 5

EvaluateMethod · 0.80
LookupIdentFunction · 0.80
EvaluateMethod · 0.80
EvaluateMethod · 0.80
EvaluateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected