An ID assigned to the Predicate at construction time. Conceptually like a pointer, except that it is stable across runs.
| 127 | // An ID assigned to the Predicate at construction time. Conceptually like a |
| 128 | // pointer, except that it is stable across runs. |
| 129 | int64 id() const { return id_; } |
| 130 | |
| 131 | virtual absl::Span<Predicate* const> GetOperands() const = 0; |
| 132 |
no outgoing calls
no test coverage detected