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

Method unknown_processing_enabled

eval/eval/evaluator_core.h:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 }
257
258 bool unknown_processing_enabled() const {
259 return options_->unknown_processing !=
260 cel::UnknownProcessingOptions::kDisabled;
261 }
262
263 bool unknown_function_results_enabled() const {
264 return options_->unknown_processing ==

Callers 15

EvaluateMethod · 0.80
EvaluateMethod · 0.80
LookupIdentFunction · 0.80
EvaluateEqualityFunction · 0.80
EvaluateInFunction · 0.80
CheckForMarkedAttributesFunction · 0.80
PerformLookupFunction · 0.80
ReturnLogicResultFunction · 0.80
EvaluateMethod · 0.80
Evaluate1Method · 0.80
Evaluate2Method · 0.80
NoOverloadResultFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected