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

Method SetUnknownPatterns

runtime/activation.h:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 void SetUnknownPatterns(std::vector<cel::AttributePattern> patterns) {
105 unknown_patterns_ = std::move(patterns);
106 }
107
108 void AddMissingPattern(cel::AttributePattern pattern) {
109 missing_patterns_.push_back(std::move(pattern));

Callers 6

TESTFunction · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 5

TESTFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64