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

Method set_unknown_attribute_patterns

eval/public/activation.h:92–95  ·  view source on GitHub ↗

Sets the collection of attribute patterns that will be recognized as "unknown" values during expression evaluation.

Source from the content-addressed store, hash-verified

90 // Sets the collection of attribute patterns that will be recognized as
91 // "unknown" values during expression evaluation.
92 void set_unknown_attribute_patterns(
93 std::vector<CelAttributePattern> unknown_attribute_patterns) {
94 unknown_attribute_patterns_ = std::move(unknown_attribute_patterns);
95 }
96
97 // Return the collection of attribute patterns that determine "unknown"
98 // values.

Callers 10

TEST_PFunction · 0.80
TEST_PFunction · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80
EvaluateAttributeHelperFunction · 0.80
TEST_FFunction · 0.80
TEST_PFunction · 0.80
TEST_FFunction · 0.80
TESTFunction · 0.80
TEST_PFunction · 0.80

Calls

no outgoing calls

Tested by 10

TEST_PFunction · 0.64
TEST_PFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
EvaluateAttributeHelperFunction · 0.64
TEST_FFunction · 0.64
TEST_PFunction · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64
TEST_PFunction · 0.64