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

Method CheckForUnknownExact

eval/eval/attribute_utility.h:113–115  ·  view source on GitHub ↗

Checks whether trail corresponds to any patterns that identify unknowns. Only matches exactly (exact attribute match for self or parent).

Source from the content-addressed store, hash-verified

111 // Checks whether trail corresponds to any patterns that identify
112 // unknowns. Only matches exactly (exact attribute match for self or parent).
113 bool CheckForUnknownExact(const AttributeTrail& trail) const {
114 return CheckForUnknown(trail, false);
115 }
116
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.

Callers 8

TEST_FFunction · 0.80
LookupIdentFunction · 0.80
CheckForMarkedAttributesFunction · 0.80
PerformLookupFunction · 0.80
Evaluate1UnknownMethod · 0.80
Evaluate2Method · 0.80
Evaluate1Method · 0.80
CheckForMarkedAttributesFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64