| 103 | // Identifier for the extension. Example: constant_folding |
| 104 | const std::string& id() const { return id_; } |
| 105 | void set_id(std::string id) { id_ = std::move(id); } |
| 106 | |
| 107 | // If set, the listed components must understand the extension for the |
| 108 | // expression to evaluate correctly. |
no outgoing calls
no test coverage detected