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

Method CheckForUnknown

eval/eval/attribute_utility.cc:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65DefaultAttributeMatcher::MatchResult DefaultAttributeMatcher::CheckForUnknown(
66 const Attribute& attr) const {
67 return MatchAgainstPatterns(unknown_patterns_, attr);
68}
69
70DefaultAttributeMatcher::MatchResult DefaultAttributeMatcher::CheckForMissing(
71 const Attribute& attr) const {

Callers 4

EvaluateMethod · 0.45
MaybeAddMethod · 0.45
CheckForPartialUnknownsFunction · 0.45
EvaluateMethod · 0.45

Calls 3

MatchAgainstPatternsFunction · 0.85
attributeMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected