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

Method CheckForUnknownPartial

eval/eval/attribute_utility.h:119–121  ·  view source on GitHub ↗

Checks whether trail corresponds to any patterns that define unknowns. Matches if a parent or any descendant (select or index of) the attribute.

Source from the content-addressed store, hash-verified

117 // Checks whether trail corresponds to any patterns that define unknowns.
118 // Matches if a parent or any descendant (select or index of) the attribute.
119 bool CheckForUnknownPartial(const AttributeTrail& trail) const {
120 return CheckForUnknown(trail, true);
121 }
122
123 // Creates merged UnknownAttributeSet.
124 // Scans over the args collection, determines if there matches to unknown

Callers 7

EvaluateMethod · 0.80
TEST_FFunction · 0.80
EvaluateMethod · 0.80
Evaluate1Method · 0.80
Evaluate2Method · 0.80
EvaluateMethod · 0.80
EvaluateMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64