| 110 | } |
| 111 | |
| 112 | void SetMissingPatterns(std::vector<cel::AttributePattern> patterns) { |
| 113 | missing_patterns_ = std::move(patterns); |
| 114 | } |
| 115 | |
| 116 | // Returns true if the function was inserted (no other registered function has |
| 117 | // a matching descriptor). |